hyprpaper
This commit is contained in:
15
hosts/wildfire/hyprpaper.nix
Normal file
15
hosts/wildfire/hyprpaper.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = [
|
||||
"$HOME/git/nix-config/modules/home/images/nix.png"
|
||||
"$HOME/git/nix-config/modules/home/images/sunset-rocks.png"
|
||||
];
|
||||
wallpaper = [
|
||||
", $HOME/git/nix-config/modules/home/images/nix.png"
|
||||
"DP-3, $HOME/git/nix-config/modules/home/images/sunset-rocks.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user