refactor(nixos): move cpu and gpu config to modules

This commit is contained in:
Mohammad Rafiq 2025-04-27 01:01:12 +08:00
parent 5bef7c46a6
commit d816825ac3
No known key found for this signature in database
6 changed files with 89 additions and 64 deletions

View file

@ -15,4 +15,5 @@
nixosModules.enable = true;
nix-config.enable = true;
boot-config.enable = true;
hardware-config.enable = true;
}