hermit/configuration.nix: enable helix, nushell+extras

This commit is contained in:
Charlie Root 2024-09-09 21:32:44 +02:00
commit 962683b398

View file

@ -34,10 +34,13 @@
# only emacs for me, right now.
neovim.enable = true;
# sadly just not advanced enough, yet.
helix.enable = false;
helix.enable = true;
kakoune.enable = false;
};
discord.enable = true;
nushell.enable = true;
oh-my-posh.enable = true;
eza.enable = true;
firefox.enable = true;
spotify.enable = true;
zellij.enable = true;
@ -91,7 +94,7 @@
ssh.enable = true;
btop.enable = true;
newsboat.enable = true;
fish.enable = true;
# fish.enable = true;
nh.enable = true;
waybar.enable = true;
};