Files
nixy/home/hyprland/hyprpaper.nix
Hadi c5e82fed04 Add wallpapers
Former-commit-id: 7632c0fd10
2024-03-13 18:09:30 +01:00

9 lines
252 B
Nix

{ 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}
'';
}