mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
Compare commits
No commits in common. "c48b59fe7273e5bd5d05354a9428184b360ab7a6" and "9ce2ccf9f3f919f11cd95b28093ab77448b7a35d" have entirely different histories.
c48b59fe72
...
9ce2ccf9f3
2 changed files with 1 additions and 3 deletions
|
@ -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 .#<flake> \
|
||||
|
|
|
@ -13,9 +13,8 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
qmk-udev-rules
|
||||
via
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue