nixos/nix: add nix-output-monitor
This commit is contained in:
parent
b23934143f
commit
be208e74fb
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ let
|
||||||
in {
|
in {
|
||||||
config = {
|
config = {
|
||||||
nix.package = wrappedNixExecutables false;
|
nix.package = wrappedNixExecutables false;
|
||||||
environment.systemPackages = lib.map (lib.hiPrio) [
|
environment.systemPackages = [
|
||||||
|
pkgs.nix-output-monitor
|
||||||
|
] ++ lib.map (lib.hiPrio) [
|
||||||
(wrappedNixExecutables true)
|
(wrappedNixExecutables true)
|
||||||
wrappedNixosExecutables
|
wrappedNixosExecutables
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue