nushell: Add entire scripts directory

This is so command names won't get mangled due to nix shenanigans
This commit is contained in:
Erwin Boskma 2023-09-11 20:11:41 +02:00
parent 927d1f3f02
commit bbe1c395c6
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -38,8 +38,8 @@ in
'';
};
xdg.configFile."nushell/scripts/kink.nu" = {
source = ./scripts/kink.nu;
xdg.configFile."nushell/scripts" = {
source = ./scripts;
};
home.packages = with pkgs; [