Add wallpapers

Former-commit-id: 7632c0fd10
This commit is contained in:
Hadi
2024-03-13 18:09:30 +01:00
parent a17cf20b6d
commit c5e82fed04
12 changed files with 75 additions and 59 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, config, ... }: {
home.packages = with pkgs; [ hyprpaper ];
xdg.configFile."hypr/hyprpaper.conf".text = ''
preload = ~/.config/wallpaper/${config.theme.wallpaper}
wallpaper = ,~/.config/wallpaper/${config.theme.wallpaper}
'';
}