Trying with thunar
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
username = "henrov"; # vervang door je echte gebruikersnaam
|
username = "henrov"; # vervang door je echte gebruikersnaam
|
||||||
@@ -7,10 +12,10 @@ in
|
|||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
# Symlink Papirus icon theme via builtins.path
|
# Symlink Papirus icon theme via builtins.path
|
||||||
xdg.configFile."local/share/icons/Papirus" = {
|
xdg.configFile."local/share/icons/Papirus" = {
|
||||||
source = builtins.path ./assets/system/theming/icons/papirus;
|
source = builtins.path ./assets/system/theming/icons/papirus-icon-theme-master/Papirus-Dark;
|
||||||
};
|
};
|
||||||
xdg.configFile."local/share/icons/Papirus-Dark" = {
|
xdg.configFile."local/share/icons/Papirus-Dark" = {
|
||||||
source = builtins.path ./assets/system/theming/icons/papirus-dark;
|
source = builtins.path ../assets/system/theming/icons/papirus-icon-theme-master/Papirus-Dark;
|
||||||
};
|
};
|
||||||
|
|
||||||
# GTK icon theme: Papirus + Catppuccin Mocha
|
# GTK icon theme: Papirus + Catppuccin Mocha
|
||||||
|
|||||||
Reference in New Issue
Block a user