fix: statix fix

This commit is contained in:
Ryan Yin
2024-01-21 17:07:44 +08:00
parent 68e5d860d8
commit cba3212896
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ in {
programs.nushell = {
enable = true;
configFile.source = ./config.nu;
shellAliases = shellAliases;
inherit shellAliases;
};
programs.bash = {