Former-commit-id: a189d592ed
This commit is contained in:
Hadi
2024-03-13 19:26:10 +01:00
parent c5e82fed04
commit 74473f7bf8
12 changed files with 71 additions and 111 deletions

View File

@@ -2,7 +2,9 @@
home.packages = with pkgs; [ hyprpaper ];
xdg.configFile."hypr/hyprpaper.conf".text = ''
preload = ~/.config/wallpaper/${config.theme.wallpaper}
preload = ~/.config/wallpaper/${config.theme.wallpaper}
wallpaper = ,~/.config/wallpaper/${config.theme.wallpaper}
ipc=true
splash=false
'';
}