From 5bedd897c94f84b52360184e01d171c251208d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 4 Mar 2026 17:59:10 +0100 Subject: [PATCH] switch manakish and kabsa --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4e3adc0..8e24a45 100644 --- a/flake.nix +++ b/flake.nix @@ -516,7 +516,7 @@ ++ profiles.desktop ++ [ systems/manakish/configuration.nix - nixos-hardware.nixosModules.lenovo-thinkpad-x230 + nixos-hardware.nixosModules.lenovo-thinkpad-x220 ]; }; kabsa = nixpkgs.lib.nixosSystem { @@ -527,7 +527,7 @@ ++ profiles.desktop ++ [ systems/kabsa/configuration.nix - nixos-hardware.nixosModules.lenovo-thinkpad-x220 + nixos-hardware.nixosModules.lenovo-thinkpad-x230 ]; }; fatteh = nixpkgs.lib.nixosSystem {