delegate pin management to tack
This commit is contained in:
parent
070c3f0a7f
commit
a93a51c997
8 changed files with 399 additions and 274 deletions
|
|
@ -29,6 +29,10 @@ in
|
|||
description = "nix monitoring tool to use";
|
||||
default = pkgs.nix-output-monitor;
|
||||
};
|
||||
tack = mkOption {
|
||||
type = types.package;
|
||||
description = "tack pin manager";
|
||||
};
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.sessionVariables.MEATS = cfg.flake;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue