fix(nix): add wpaperd
This commit is contained in:
parent
93c301f9ae
commit
93ff1e5c9f
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
||||||
nemo
|
nemo
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
|
wpaperd
|
||||||
|
|
||||||
discord
|
discord
|
||||||
steam
|
steam
|
||||||
|
@ -192,6 +193,11 @@
|
||||||
services.pasystray.enable = true;
|
services.pasystray.enable = true;
|
||||||
services.easyeffects.enable = true;
|
services.easyeffects.enable = true;
|
||||||
|
|
||||||
|
services.wpaperd = {
|
||||||
|
enable = true;
|
||||||
|
settings.eDP-2.path = "/home/priime/.wallpaper/mountain.jpg";
|
||||||
|
};
|
||||||
|
|
||||||
# Compositor
|
# Compositor
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue