This commit is contained in:
2025-05-14 09:33:08 -05:00
parent 239c37bf98
commit 4da409aabf
14 changed files with 218 additions and 46 deletions

5
modules/core/nix.nix Normal file
View File

@@ -0,0 +1,5 @@
{
nix.settings = {
experimental-features = "nix-command flakes";
};
}