From b2845acd3985a99ad4533c7b084090d7b02800b0 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 6 May 2025 00:11:37 +0200 Subject: [PATCH 1/2] README: fix nixos-anywhere command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c4d67c..4e6f487 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ used flakes: ```bash nix run github:nix-community/nixos-anywhere -- \ + --disko-mode disko \ --disk-encryption-keys /tmp/disk.key /tmp/disk.key \ --extra-files "$temp" \ --flake .# \ From c48b59fe7273e5bd5d05354a9428184b360ab7a6 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 6 May 2025 00:12:01 +0200 Subject: [PATCH 2/2] hardware/keychron: use latest option --- modules/hardware/keychron/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hardware/keychron/default.nix b/modules/hardware/keychron/default.nix index 09180c5..f6702a4 100644 --- a/modules/hardware/keychron/default.nix +++ b/modules/hardware/keychron/default.nix @@ -13,8 +13,9 @@ in }; config = lib.mkIf cfg.enable { + hardware.keyboard.qmk.enable = true; + services.udev.packages = with pkgs; [ - qmk-udev-rules via ];