forked from mirrors/nixpkgs
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:
parent
50d06185ca
commit
fd7d88f603
|
@ -41,5 +41,7 @@ in {
|
|||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.lorri ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue