diff --git a/README.md b/README.md index 4e6f487..1c4d67c 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,6 @@ 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 f6702a4..09180c5 100644 --- a/modules/hardware/keychron/default.nix +++ b/modules/hardware/keychron/default.nix @@ -13,9 +13,8 @@ in }; config = lib.mkIf cfg.enable { - hardware.keyboard.qmk.enable = true; - services.udev.packages = with pkgs; [ + qmk-udev-rules via ];