Move config to working module

This commit is contained in:
2024-11-27 17:12:17 +01:00
parent fc9c0c947c
commit f59cee41b9
5 changed files with 68 additions and 177 deletions

View File

@@ -3,8 +3,7 @@ let
inherit (lib.my-namespace) enabled;
in
{
lib.my-namespace.hardware = {
novidia = enabled;
#nvidia-stable.enabled = enabled;
my-namespace.hardware = {
graphics-nvidia-prime-amd = enabled;
};
}