Add wallpapers

This commit is contained in:
Hadi
2024-03-13 18:09:30 +01:00
parent a17cf20b6d
commit 7632c0fd10
12 changed files with 74 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}
'';
}