Add and enable flakes as default.

This commit is contained in:
Root User 2026-03-21 11:47:52 +01:00
parent 7a48175a1c
commit 3a51a068e4
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -107,4 +107,7 @@
fastfetch
git
];
# Enable experimental features for nix command and flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}