refactor(nixos): move usb config to its own module
This commit is contained in:
parent
a5d8bfcdd5
commit
59031cd01b
4 changed files with 51 additions and 24 deletions
|
@ -10,4 +10,9 @@
|
|||
terminal.ghostty.enable = true;
|
||||
window-manager.hyprland.enable = true;
|
||||
};
|
||||
|
||||
hardware.usb = {
|
||||
automount = true;
|
||||
enableQmk = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
};
|
||||
platform = "amd";
|
||||
gpu = "nvidia";
|
||||
usb.automount = true;
|
||||
};
|
||||
|
||||
desktop = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue