enable nix command & flakes... scarry

This commit is contained in:
BuyMyMojo 2025-03-24 23:04:23 +11:00
parent 666b668f00
commit 6f23f32a31
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -16,7 +16,10 @@ let
}; };
in in
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [
"nix-command"
"flakes"
];
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.