mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
test carapace
This commit is contained in:
parent
233a37a624
commit
4702b81348
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ in
|
||||||
|
|
||||||
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
Reference in a new issue