diff --git a/modules/shell/cachix/default.nix b/modules/shell/cachix/default.nix deleted file mode 100644 index 1715baad..00000000 --- a/modules/shell/cachix/default.nix +++ /dev/null @@ -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 - ]; - }; -} diff --git a/modules/shell/default.nix b/modules/shell/default.nix index 0336285f..1d4e6b93 100644 --- a/modules/shell/default.nix +++ b/modules/shell/default.nix @@ -6,6 +6,5 @@ ./newsboat ./ranger ./aria - ./cachix ]; }