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 .# \ 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 ];