Compare commits

..

No commits in common. "c48b59fe7273e5bd5d05354a9428184b360ab7a6" and "9ce2ccf9f3f919f11cd95b28093ab77448b7a35d" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -121,7 +121,6 @@ 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,9 +13,8 @@ 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
]; ];