diff --git a/configuration.nix b/configuration.nix index 3104ea8..f40d0fe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,6 +6,8 @@ { config, lib, pkgs, ... }: { + nix.settings.experimental-features = ["nix-command" "flakes" ]; + imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix