mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
xscreensaver: install the xscreensaver package
This is needed to make the xscreensaver tools available.
This commit is contained in:
parent
19b4002f25
commit
fbff38de33
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ with lib;
|
|||
};
|
||||
|
||||
config = mkIf config.services.xscreensaver.enable {
|
||||
# To make the xscreensaver-command tool available.
|
||||
home.packages = [ pkgs.xscreensaver ];
|
||||
|
||||
systemd.user.services.xscreensaver = {
|
||||
Unit = {
|
||||
Description = "XScreenSaver";
|
||||
|
|
Loading…
Reference in a new issue