adds amdgpu support for laptop and gamingpc, moves nvidia to laptop specific hardware file

This commit is contained in:
2024-11-02 00:19:32 +01:00
parent cecef62695
commit f0620e24b1
4 changed files with 113 additions and 77 deletions

View File

@ -13,7 +13,6 @@
system = "x86_64-linux";
modules = [
./hardware/mennos-laptop.nix
./nvidia.nix
./configuration.nix
{ networking.hostName = "mennos-laptop"; }
];