mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-05 04:12:10 +02:00
8
home/hyprland/hyprpaper.nix
Normal file
8
home/hyprland/hyprpaper.nix
Normal 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}
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user