nushell: Add entire scripts directory
This is so command names won't get mangled due to nix shenanigans
This commit is contained in:
parent
927d1f3f02
commit
bbe1c395c6
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."nushell/scripts/kink.nu" = {
|
xdg.configFile."nushell/scripts" = {
|
||||||
source = ./scripts/kink.nu;
|
source = ./scripts;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue