nixos/safeeyes: add `safeeyes` to the global path

This will be needed for e.g. the settings dialog to work properly.
main
Maximilian Bosch 3 years ago
parent 693ccbac67
commit f59c862770
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 2
      nixos/modules/services/misc/safeeyes.nix

@ -26,6 +26,8 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.safeeyes ];
systemd.user.services.safeeyes = {
description = "Safeeyes";

Loading…
Cancel
Save