what
This commit is contained in:
parent
3556b69ac7
commit
8bb1ee81a8
2 changed files with 0 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
let
|
||||
cfg = config.modules.shell.cachix;
|
||||
in
|
||||
{
|
||||
options.modules.shell.cachix = {
|
||||
enable = lib.mkEnableOption false;
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
users.users.sako.packages = with pkgs; [
|
||||
cachix
|
||||
];
|
||||
};
|
||||
}
|
|
@ -6,6 +6,5 @@
|
|||
./newsboat
|
||||
./ranger
|
||||
./aria
|
||||
./cachix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue