something working!

This commit is contained in:
Jet Pham 2024-03-22 23:47:02 -07:00
parent 03985749c6
commit 0a759878ec
4 changed files with 6 additions and 5 deletions

View file

@ -10,7 +10,7 @@ in {
enable = true;
configFile.source = ./config.nu;
envFile.source = ./env.nu;
extraConfig = buildins.readFile ./extra.nu;
}
extraConfig = builtins.readFile ./extra.nu;
};
};
}