mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Add random wallpaper
This commit is contained in:
parent
fc14a394aa
commit
b1fdab737c
4 changed files with 46 additions and 23 deletions
|
|
@ -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}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue