moves back to wezterm with fish
This commit is contained in:
parent
315c70fc70
commit
a0d1e21dcf
1 changed files with 2 additions and 21 deletions
|
|
@ -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/"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue