diff --git a/home/default.nix b/home/default.nix index 99d9b81..d825e51 100644 --- a/home/default.nix +++ b/home/default.nix @@ -9,7 +9,7 @@ inputs.nix-index-database.hmModules.nix-index ./tmux.nix ./neovim.nix - ./helix.nix + # ./helix.nix ./ssh.nix ./starship.nix ./terminal.nix @@ -33,10 +33,10 @@ imports = [ self.homeModules.common ./zsh.nix - ./bash.nix + # ./bash.nix # ./kitty.nix - ./emacs.nix - ./himalaya.nix + # ./emacs.nix + # ./himalaya.nix ]; }; }; diff --git a/systems/darwin.nix b/systems/darwin.nix index 51b58a7..11b23af 100644 --- a/systems/darwin.nix +++ b/systems/darwin.nix @@ -4,7 +4,7 @@ { imports = [ flake.inputs.self.darwinModules.default - ../nix-darwin/ci.nix + # ../nix-darwin/ci.nix ../nix-darwin/zsh-completion-fix.nix ]; @@ -12,7 +12,7 @@ environment.systemPackages = with pkgs; [ # macOS GUI programs - wezterm + # wezterm ]; security.pam.enableSudoTouchIdAuth = true;