From 6f23f32a31ae17571ec085f0289793d09ee67555 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Mon, 24 Mar 2025 23:04:23 +1100 Subject: [PATCH] enable nix command & flakes... scarry --- nixos/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 24ca8aa..7632997 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -16,7 +16,10 @@ let }; in { - nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.experimental-features = [ + "nix-command" + "flakes" + ]; imports = [ # Include the results of the hardware scan.