1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

xscreensaver: install the xscreensaver package

This is needed to make the xscreensaver tools available.
This commit is contained in:
Robert Helgesson 2018-03-01 23:21:45 +01:00
parent 19b4002f25
commit fbff38de33
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -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";