summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-09-22 13:12:27 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-09-22 13:12:27 +0200
commitf59c862770b68756f3248b85870fc2179e2a4c82 (patch)
treeb4c7fd39eefd431c13e3562b952b9ae96cb01d20
parent693ccbac67ceeb2cfee41529a5596ef6c528f286 (diff)
downloadnixpkgs-f59c862770b68756f3248b85870fc2179e2a4c82.tar
nixpkgs-f59c862770b68756f3248b85870fc2179e2a4c82.tar.gz
nixpkgs-f59c862770b68756f3248b85870fc2179e2a4c82.tar.bz2
nixpkgs-f59c862770b68756f3248b85870fc2179e2a4c82.tar.lz
nixpkgs-f59c862770b68756f3248b85870fc2179e2a4c82.tar.xz
nixpkgs-f59c862770b68756f3248b85870fc2179e2a4c82.tar.zst
nixpkgs-f59c862770b68756f3248b85870fc2179e2a4c82.zip
nixos/safeeyes: add `safeeyes` to the global path
This will be needed for e.g. the settings dialog to work properly.
-rw-r--r--nixos/modules/services/misc/safeeyes.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/safeeyes.nix b/nixos/modules/services/misc/safeeyes.nix
index ed2dae69a9f..638218d8bb0 100644
--- a/nixos/modules/services/misc/safeeyes.nix
+++ b/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";