Compare commits

..

2 commits

Author SHA1 Message Date
Felix Buehler
c48b59fe72 hardware/keychron: use latest option
Some checks failed
/ Build Nix targets (push) Has been cancelled
2025-05-06 00:12:01 +02:00
Felix Buehler
b2845acd39 README: fix nixos-anywhere command 2025-05-06 00:11:37 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -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 .#<flake> \

View file

@ -13,8 +13,9 @@ in
};
config = lib.mkIf cfg.enable {
hardware.keyboard.qmk.enable = true;
services.udev.packages = with pkgs; [
qmk-udev-rules
via
];