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
|
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";
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user