1: Added and configured hyprpaper
This commit is contained in:
parent
a1abe519e1
commit
ab32d5b478
@ -13,6 +13,7 @@
|
|||||||
./cliphist.nix
|
./cliphist.nix
|
||||||
./wlogout.nix
|
./wlogout.nix
|
||||||
./wlsunset.nix
|
./wlsunset.nix
|
||||||
|
./hyprpaper.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
@ -204,7 +205,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once waybar
|
exec-once = waybar
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
9
home/modules/hyprland/hyprpaper.nix
Normal file
9
home/modules/hyprland/hyprpaper.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
services.hyprpaper = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
preload = [ "/home/uzair/Pictures/nix-mocha.png" ];
|
||||||
|
wallpaper = [ ", /home/uzair/Pictures/nix-mocha.png" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user