Added home manager config for nushell
This commit is contained in:
parent
422ba0fb63
commit
06bc8309fa
2 changed files with 9 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Removed nix-output-monitor from systemPackages
|
||||
Added home manager config for nushell
|
||||
|
|
|
|||
8
home.nix
8
home.nix
|
|
@ -72,5 +72,13 @@
|
|||
enable = true;
|
||||
nativeMessagingHosts = [ pkgs.kdePackages.plasma-browser-integration ];
|
||||
};
|
||||
|
||||
nushell = {
|
||||
enable = true;
|
||||
settings = {
|
||||
buffer_editor = "nvim";
|
||||
edit_mode = "vi";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue