nix/wm/xmonad: fix nitrogen command to restore wallpapers
This commit is contained in:
parent
021d4e0312
commit
b12581bcbe
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in
|
|||
};
|
||||
|
||||
initExtra = ''
|
||||
${pkgs.nitrogen}/bin/nitrogen &
|
||||
${pkgs.nitrogen}/bin/nitrogen --restore &
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue