Added home manager config for nushell

This commit is contained in:
EsVagy42 2025-11-16 20:07:00 +01:00
parent 422ba0fb63
commit 06bc8309fa
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1 @@
Removed nix-output-monitor from systemPackages
Added home manager config for nushell

View file

@ -72,5 +72,13 @@
enable = true;
nativeMessagingHosts = [ pkgs.kdePackages.plasma-browser-integration ];
};
nushell = {
enable = true;
settings = {
buffer_editor = "nvim";
edit_mode = "vi";
};
};
};
}