Trying with thunar
This commit is contained in:
+6
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user