reorganize ./modules

This commit is contained in:
2023-08-02 22:04:22 +02:00
parent 7536cd5097
commit ed9000aabe
9 changed files with 54 additions and 97 deletions

5
modules/nix.nix Normal file
View File

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