Flakeify NixOS configuration

This commit is contained in:
2025-05-31 16:18:20 +02:00
parent 0534b35862
commit a3436858e8
3 changed files with 40 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
./modules/x.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
programs.git.enable = true;
programs.firefox.enable = true;