From 499ebb69b1c035dea0e932f6e36744b775b4abf1 Mon Sep 17 00:00:00 2001 From: Brian Camacho Date: Wed, 26 Feb 2025 00:59:22 -0500 Subject: [PATCH 1/2] appease s.x.dm.ds to s.dm.ds rename --- modules/specialization/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/specialization/i3.nix b/modules/specialization/i3.nix index cb4366e3..3f326a32 100644 --- a/modules/specialization/i3.nix +++ b/modules/specialization/i3.nix @@ -9,6 +9,7 @@ config.common.default = "*"; }; + services.displayManager.defaultSession = "none+i3"; services.xserver = { enable = true; xkb.layout = "us"; @@ -20,7 +21,6 @@ }; displayManager = { - defaultSession = "none+i3"; lightdm.enable = true; # AARCH64: For now, on Apple Silicon, we must manually set the From d61faec35cb2ee3bf877efa9ce58dbe563562da7 Mon Sep 17 00:00:00 2001 From: Brian Camacho Date: Wed, 26 Feb 2025 01:01:00 -0500 Subject: [PATCH 2/2] rename nixpkgsUnstable to nixVersions.latest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f039201d..11d56113 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ vm/bootstrap0: mount /dev/disk/by-label/boot /mnt/boot; \ nixos-generate-config --root /mnt; \ sed --in-place '/system\.stateVersion = .*/a \ - nix.package = pkgs.nixUnstable;\n \ + nix.package = pkgs.nixVersions.git;\n \ nix.extraOptions = \"experimental-features = nix-command flakes\";\n \ nix.settings.substituters = [\"https://mitchellh-nixos-config.cachix.org\"];\n \ nix.settings.trusted-public-keys = [\"mitchellh-nixos-config.cachix.org-1:bjEbXJyLrL1HZZHBbO4QALnI5faYZppzkU4D2s0G8RQ=\"];\n \