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 = [
|
||||
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/"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue