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 ```bash
nix run github:nix-community/nixos-anywhere -- \ nix run github:nix-community/nixos-anywhere -- \
--disko-mode disko \
--disk-encryption-keys /tmp/disk.key /tmp/disk.key \ --disk-encryption-keys /tmp/disk.key /tmp/disk.key \
--extra-files "$temp" \ --extra-files "$temp" \
--flake .#<flake> \ --flake .#<flake> \

View file

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