commit 50a0b4e289eb597a014d7b4e82fcd472ea166e5b
parent 3c7279893acc9d98fb6d92e45be9a5f984b44f34
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Thu, 19 Jun 2025 19:13:44 +0200
parent 3c7279893acc9d98fb6d92e45be9a5f984b44f34
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Thu, 19 Jun 2025 19:13:44 +0200
hosts/huntii: enable thinkpad quirks
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hosts/huntii/default.nix b/hosts/huntii/default.nix @@ -59,6 +59,8 @@ video.intel.enable = true; cpu.updateMicrocode = true; fprint.enable = true; + + quirks.thinkpad.enable = true; }; presets = { @@ -124,7 +126,6 @@ gnome.gnome-online-accounts.enable = true; }; - system.stateVersion = "25.05"; home-manager.users.zaphyra.home.stateVersion = "25.05"; };