nixos/safeeyes: add `safeeyes` to the global path
This will be needed for e.g. the settings dialog to work properly.
Maximilian Bosch 4 years ago f59c8627 693ccbac
··· 26 26 27 27 config = mkIf cfg.enable { 28 28 29 29 + environment.systemPackages = [ pkgs.safeeyes ]; 30 30 + 29 31 systemd.user.services.safeeyes = { 30 32 description = "Safeeyes"; 31 33