nixos/safeeyes: add safeeyes to the global path

This will be needed for e.g. the settings dialog to work properly.
This commit is contained in:
Maximilian Bosch 2021-09-22 13:12:27 +02:00
parent 693ccbac67
commit f59c862770
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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