mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
random-background: actually use image directory option
This commit is contained in:
parent
3793dfeab5
commit
8b5d19e6b7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in
|
|||
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${pkgs.feh}/bin/feh --randomize --bg-fill %h/backgrounds/";
|
||||
ExecStart = "${pkgs.feh}/bin/feh --randomize --bg-fill ${cfg.imageDirectory}";
|
||||
IOSchedulingClass = "idle";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue