diff --git a/.bauke/nix/stardust/system.nix b/.bauke/nix/stardust/system.nix index fdead9f..0e4a42b 100644 --- a/.bauke/nix/stardust/system.nix +++ b/.bauke/nix/stardust/system.nix @@ -44,6 +44,10 @@ }; hardware = { + nvidia = { + modesetting.enable = true; + }; + opengl = { driSupport32Bit = true; enable = true;