From ad0661bdf13802836564ae0297d2f6fd462188b5 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sun, 2 Feb 2025 13:34:25 +0000 Subject: [PATCH] feat: `experimantal-features` to the `preset.default` --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index d8615d9..f83b7ba 100644 --- a/flake.nix +++ b/flake.nix @@ -106,6 +106,9 @@ programs.zsh.enable = true; users.defaultUserShell = pkgs.zsh; + # Enable flakes and new 'nix' command + nix.settings.experimental-features = "nix-command flakes"; + virtualisation.vmVariant.virtualisation = { imports = [ (modulesPath + "/profiles/qemu-guest.nix")