mv wallpaper to hyprland
All checks were successful
nix flake show / show-flake (push) Successful in 37s

This commit is contained in:
smayzy 2025-08-08 19:13:33 +02:00
parent f9fae2f75a
commit 6f2936f567
2 changed files with 5 additions and 8 deletions

View File

@ -13,14 +13,6 @@
sl sl
]; ];
home.file = {
"wallpaper" = {
source = builtins.toPath ../../wallpapers;
recursive = true;
force = true;
};
};
home.sessionVariables = { home.sessionVariables = {
EDITOR = "vim"; EDITOR = "vim";
GTK_THEME = "Adwaita:dark"; GTK_THEME = "Adwaita:dark";

View File

@ -17,6 +17,11 @@ in
recursive = true; recursive = true;
force = true; force = true;
}; };
"wallpaper" = {
source = builtins.toPath ../../../wallpapers;
recursive = true;
force = true;
};
} }
(mkIf smayzy.desktop.enable { (mkIf smayzy.desktop.enable {