moves back to wezterm with fish

This commit is contained in:
Dennis 2025-10-23 08:31:58 +02:00
parent 315c70fc70
commit a0d1e21dcf

View file

@ -10,6 +10,7 @@
imports = [ imports = [
inputs.home-manager.darwinModules.home-manager inputs.home-manager.darwinModules.home-manager
../../modules/aerospace ../../modules/aerospace
../../modules/fish
]; ];
# Setting the user # Setting the user
@ -60,11 +61,6 @@
fnm fnm
imagemagick imagemagick
restic restic
coreutils-prefixed
# Packages necessary for vterm
cmake
libtool
emacs-lsp-booster
devenv devenv
]; ];
@ -103,18 +99,7 @@
"openjph" "openjph"
"p11-kit" "p11-kit"
"mas" "mas"
"gpg"
"pinentry-mac"
"go" "go"
{
name = "emacs-plus";
args = [
"with-mailutils"
"with-debug"
"with-imagemagick"
"with-elrumo2-icon"
];
}
]; ];
casks = [ casks = [
@ -137,10 +122,7 @@
}; };
# Shells # Shells
environment.shells = [ pkgs.bash ]; environment.shells = [ pkgs.fish ];
programs.bash = {
completion.enable = true;
};
programs.direnv.enable = true; programs.direnv.enable = true;
@ -168,7 +150,6 @@
show-recents = false; show-recents = false;
persistent-apps = [ persistent-apps = [
"/Applications/Zen.app" "/Applications/Zen.app"
"/opt/homebrew/Cellar/emacs-plus@30/30.2/Emacs.app"
"/Applications/WezTerm.app" "/Applications/WezTerm.app"
"/System/Applications/System Settings.app/" "/System/Applications/System Settings.app/"
]; ];