mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: enable asahi hardware for fragile
This commit is contained in:
parent
f6c190fa19
commit
16a6e96251
1 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,10 @@
|
|||
./../../modules/services/keyd.nix
|
||||
];
|
||||
|
||||
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
|
||||
hardware.asahi = {
|
||||
enable = true;
|
||||
peripheralFirmwareDirectory = ./firmware;
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue