mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 19:16:47 +03:00
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
1 changed files with 2 additions and 0 deletions
|
@ -41,5 +41,7 @@ in {
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.lorri ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue