Trying with thunar

This commit is contained in:
2026-03-14 21:39:06 +00:00
parent 45474798c6
commit da1eabfc96
2 changed files with 7 additions and 9 deletions
+6 -8
View File
@@ -1517,20 +1517,18 @@ This is top file of this level which contains just an import statement for all r
** =generated/system/applications/file_management/thunar.nix=
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
#+BEGIN_SRC nix :tangle generated/system/applications/file_management/thunar.nix :noweb tangle :mkdirp yes :eval never-html
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
let
username = "henrov"; # vervang door je echte gebruikersnaam
in
{
home-manager.users.${username} = {
# Symlink Papirus icon theme via builtins.path
xdg.configFile."local/share/icons/Papirus" = {
source = builtins.path ./assets/system/theming/icons/papirus;
};
xdg.configFile."local/share/icons/Papirus-Dark" = {
source = builtins.path ./assets/system/theming/icons/papirus-dark;
};
# GTK icon theme: Papirus + Catppuccin Mocha
gtk.enable = true;