mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-17 18:35:22 +02:00
clean up nushell
This commit is contained in:
parent
15a29879c5
commit
bd45790383
1 changed files with 3 additions and 9 deletions
|
@ -17,19 +17,13 @@ in
|
|||
programs = {
|
||||
nushell = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
$env.config = {
|
||||
show_banner: false,
|
||||
}
|
||||
'';
|
||||
settings = {
|
||||
show_banner: false;
|
||||
};
|
||||
};
|
||||
|
||||
carapace.enable = true;
|
||||
carapace.enableNushellIntegration = true;
|
||||
# carapace.package = pkgs.carapace.overrideAttrs {
|
||||
# src = /home/jopejoe1/dev/carapace-bin/././././.;
|
||||
# vendorHash = "sha256-z2sxm+qxSCU60kJqI6Rg9KQRizqgJlZWjvb0zxwSL2o=";
|
||||
# };
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue