From 09ec47838ebe17d259fe1f5bfc60d36ec0257d98 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 29 Mar 2026 15:19:29 -0500 Subject: [PATCH] updated common --- iso/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/common.nix b/iso/common.nix index a852835..5f8c0ed 100644 --- a/iso/common.nix +++ b/iso/common.nix @@ -36,7 +36,7 @@ in services.displayManager.autoLogin.enable = true; services.displayManager.autoLogin.user = lib.mkForce "free"; - nix.settings.experimental-features = [ "nix-command" "flakes" ] + nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ installerPy