nixos/lorri: add to environment.systemPackages

most likely, people enabling the lorri module also want to use it,
without explicitly having to add it to users.users.<username>.packages.

cc @curiousleo @Profpatsch
This commit is contained in:
Florian Klink 2019-11-15 16:41:00 +01:00
parent 50d06185ca
commit fd7d88f603

View file

@ -41,5 +41,7 @@ in {
Restart = "on-failure"; Restart = "on-failure";
}; };
}; };
environment.systemPackages = [ pkgs.lorri ];
}; };
} }