Add random wallpaper

This commit is contained in:
muon 2025-12-26 13:21:08 +00:00
parent fc14a394aa
commit b1fdab737c
4 changed files with 46 additions and 23 deletions

View file

@ -21,6 +21,7 @@ in {
mods.desktop.development.enable = true;
mods.desktop.productivity.enable = false;
mods.zen.enable = true;
mods.theme.slideshow.enable = true;
home.packages = with pkgs; [
pulseaudio
@ -35,9 +36,6 @@ in {
enable = true;
hooks.postswitch = {
"notify-i3" = "${pkgs.i3}/bin/i3-msg restart";
"set-wallpaper" = ''
${lib.getExe pkgs.feh} --bg-fill --nofehbg ${./wallpaper.png}
'';
};
};