zsh: add zoxide. worf: remove vscode, add alacritty

This commit is contained in:
Felix Albrigtsen 2023-10-03 01:26:14 +02:00 committed by Felix Albrigtsen
parent e96146640d
commit 7fa70ff8ce
2 changed files with 7 additions and 1 deletions

View File

@ -41,6 +41,7 @@
shellAliases = {
l = "exa -l";
c = "z";
tree = "exa --tree --icons";
s = "nix-shell --run zsh";
sp = "nix-shell --run zsh -p";
@ -52,5 +53,10 @@
gpl = "git pull";
};
};
zoxide = {
enable = true;
enableZshIntegration = true;
};
};
}

View File

@ -9,6 +9,7 @@
];
home.packages = with pkgs; [
alacritty
bat
bottom
cocoapods
@ -23,7 +24,6 @@
# unstable.ripes
spotify
tldr
vscode
];
programs.zsh = {