feat(wm): add hyprpaper
This commit is contained in:
parent
911ada8b16
commit
77fe8db49b
3 changed files with 15 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
|
./hyprpaper
|
||||||
./rofi
|
./rofi
|
||||||
./swaylock.nix
|
./swaylock.nix
|
||||||
./waybar
|
./waybar
|
||||||
|
|
|
||||||
14
home/wm/hyprpaper/default.nix
Normal file
14
home/wm/hyprpaper/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
services.hyprpaper = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
preload = [
|
||||||
|
(builtins.toString wallpapers/setup_windows.png)
|
||||||
|
];
|
||||||
|
|
||||||
|
wallpaper = [
|
||||||
|
",${builtins.toString wallpapers/setup_windows.png}"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
BIN
home/wm/hyprpaper/wallpapers/setup_windows.png
Normal file
BIN
home/wm/hyprpaper/wallpapers/setup_windows.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Loading…
Reference in a new issue