Enable nix-command and flakes experimental features

This commit is contained in:
2026-04-07 06:26:59 +02:00
parent f4ebe857aa
commit 2a7f010398

View File

@@ -67,4 +67,7 @@
# Home Manager should manage itself
programs.home-manager.enable = true;
# Enable nix experimental features
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}