mv wallpaper to hyprland
All checks were successful
nix flake show / show-flake (push) Successful in 37s
All checks were successful
nix flake show / show-flake (push) Successful in 37s
This commit is contained in:
parent
f9fae2f75a
commit
6f2936f567
@ -13,14 +13,6 @@
|
||||
sl
|
||||
];
|
||||
|
||||
home.file = {
|
||||
"wallpaper" = {
|
||||
source = builtins.toPath ../../wallpapers;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
GTK_THEME = "Adwaita:dark";
|
||||
|
||||
@ -17,6 +17,11 @@ in
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
"wallpaper" = {
|
||||
source = builtins.toPath ../../../wallpapers;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
||||
(mkIf smayzy.desktop.enable {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user