refactor(nixos): move usb config to its own module

This commit is contained in:
Mohammad Rafiq 2025-06-16 17:37:06 +08:00
parent a5d8bfcdd5
commit 59031cd01b
No known key found for this signature in database
4 changed files with 51 additions and 24 deletions

View file

@ -17,7 +17,6 @@
};
platform = "amd";
gpu = "nvidia";
usb.automount = true;
};
desktop = {