Add fish module to nix

This commit is contained in:
2022-09-02 14:17:04 -07:00
parent a82e4d0b22
commit 9b64eda0f5
4 changed files with 50 additions and 19 deletions

View File

@@ -11,16 +11,14 @@
targets.genericLinux.enable = pkgs.stdenv.isLinux;
home.packages = with pkgs; [
# Defined in Xonsh overlay
xonsh_with_plugins
# Jump to directories
zoxide
# Better cat
bat
# Better find
fd
# Better df
duf
# Better top
htop
fzf
ncdu
@@ -34,6 +32,7 @@
];
imports = [
./modules/fish
./modules/git.nix
./modules/direnv.nix
./modules/emacs.nix