Configure wallpaper

This commit is contained in:
Oliver Davies 2025-03-17 23:05:33 +00:00
parent 0188b564a5
commit 6eb7b2a622
4 changed files with 6 additions and 16 deletions

View file

@ -21,6 +21,8 @@ with lib;
poweralertd -s &
setbg &
systemctl --user start dwm-status &
exec dwm
@ -29,6 +31,7 @@ with lib;
packages = with pkgs; [
dunst
poweralertd
xwallpaper
];
};
};