Switch to fish.
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
{ pkgs }:
|
||||
|
||||
let
|
||||
nixTools = with pkgs; [
|
||||
git
|
||||
home-manager
|
||||
mosh
|
||||
tmux
|
||||
vim
|
||||
zsh
|
||||
];
|
||||
in
|
||||
nixTools
|
||||
{
|
||||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
git
|
||||
home-manager
|
||||
mosh
|
||||
tmux
|
||||
vim
|
||||
zsh
|
||||
]
|
||||
++ (with pkgs.fishPlugins; [
|
||||
# don't add failed commands to history
|
||||
sponge
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user