From 8bb1ee81a857d2d01930a9d89a43b35a16fa6c9e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:03:23 +0400 Subject: [PATCH] what --- modules/shell/cachix/default.nix | 15 --------------- modules/shell/default.nix | 1 - 2 files changed, 16 deletions(-) delete mode 100644 modules/shell/cachix/default.nix 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 ]; }