From a0d1e21dcfbf3db6478197910272fc813eb4ab9f Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 23 Oct 2025 08:31:58 +0200 Subject: [PATCH] moves back to wezterm with fish --- hosts/dnsc-air/default.nix | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index bdb1919..f0926a3 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -10,6 +10,7 @@ imports = [ inputs.home-manager.darwinModules.home-manager ../../modules/aerospace + ../../modules/fish ]; # Setting the user @@ -60,11 +61,6 @@ fnm imagemagick restic - coreutils-prefixed - # Packages necessary for vterm - cmake - libtool - emacs-lsp-booster devenv ]; @@ -103,18 +99,7 @@ "openjph" "p11-kit" "mas" - "gpg" - "pinentry-mac" "go" - { - name = "emacs-plus"; - args = [ - "with-mailutils" - "with-debug" - "with-imagemagick" - "with-elrumo2-icon" - ]; - } ]; casks = [ @@ -137,10 +122,7 @@ }; # Shells - environment.shells = [ pkgs.bash ]; - programs.bash = { - completion.enable = true; - }; + environment.shells = [ pkgs.fish ]; programs.direnv.enable = true; @@ -168,7 +150,6 @@ show-recents = false; persistent-apps = [ "/Applications/Zen.app" - "/opt/homebrew/Cellar/emacs-plus@30/30.2/Emacs.app" "/Applications/WezTerm.app" "/System/Applications/System Settings.app/" ];