add nushell

This commit is contained in:
Ingolf Wagner 2022-07-13 23:14:35 +02:00
parent f778c239d6
commit 3ffa8ea003
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -35,11 +35,18 @@ in
./home-manager/xmonad.nix
];
# don't run autoload -U compinit && compinit before ~/.zshrc
programs.zsh.enableGlobalCompInit = lib.mkForce false;
home-manager.users.mainUser = {
# nushell is the new shit yeah
programs.nushell = {
enable = lib.mkDefault true;
package = pkgs.unstable.nushell;
};
# a better cat
programs.bat = {
enable = true;