From 7d409b0cc05b71a342582ab2871d3088f7bd40ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Tue, 15 Oct 2024 21:33:27 +0300 Subject: [PATCH] Add onlykey to lithium --- machine-confs/lithium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-confs/lithium.nix b/machine-confs/lithium.nix index e4012a6..c83ea06 100644 --- a/machine-confs/lithium.nix +++ b/machine-confs/lithium.nix @@ -51,12 +51,12 @@ ../users/vili.nix ../desktop.nix ../development.nix + ../onlykey.nix ../services/syncthing.nix ../services/redshift.nix ../hardware-specific/keychron-q11.nix ../hardware-specific/trackball.nix ../hardware-specific/usb-automount.nix - ../hardware-specific/onlykey.nix ]; system.autoUpgrade.allowReboot = pkgs.lib.mkForce false;