This commit is contained in:
Sakooooo 2024-08-21 17:03:23 +04:00
parent 3556b69ac7
commit 8bb1ee81a8
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 0 additions and 16 deletions

View file

@ -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
];
};
}

View file

@ -6,6 +6,5 @@
./newsboat ./newsboat
./ranger ./ranger
./aria ./aria
./cachix
]; ];
} }