refactor: use 'default.nix' for all modules

This commit is contained in:
2025-12-03 23:43:43 +01:00
parent e643d22eda
commit d71e7d0e5d
12 changed files with 20 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
{
system.stateVersion = "25.05";
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nixpkgs.config.allowUnfree = true;
}