mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-18 02:45: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 = {
|
programs = {
|
||||||
nushell = {
|
nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
settings = {
|
||||||
$env.config = {
|
show_banner: false;
|
||||||
show_banner: false,
|
};
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
carapace.enable = true;
|
carapace.enable = true;
|
||||||
carapace.enableNushellIntegration = true;
|
carapace.enableNushellIntegration = true;
|
||||||
# carapace.package = pkgs.carapace.overrideAttrs {
|
|
||||||
# src = /home/jopejoe1/dev/carapace-bin/././././.;
|
|
||||||
# vendorHash = "sha256-z2sxm+qxSCU60kJqI6Rg9KQRizqgJlZWjvb0zxwSL2o=";
|
|
||||||
# };
|
|
||||||
|
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue