nu
This commit is contained in:
parent
e598b04cae
commit
6169a59291
28 changed files with 441 additions and 742 deletions
|
|
@ -19,14 +19,21 @@ in
|
|||
type = types.package;
|
||||
description = "your ideal meat";
|
||||
};
|
||||
differ = mkOption {
|
||||
type = types.package;
|
||||
description = "diffing tool to use";
|
||||
default = pkgs.dix;
|
||||
};
|
||||
monitor = mkOption {
|
||||
type = types.package;
|
||||
description = "nix monitoring tool to use";
|
||||
default = pkgs.nix-output-monitor;
|
||||
};
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.sessionVariables.MEATS = cfg.flake;
|
||||
environment.systemPackages = [
|
||||
cfg.package
|
||||
pkgs.nh # for now..
|
||||
pkgs.nix-output-monitor
|
||||
pkgs.dix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue