Moar progress

This commit is contained in:
caem 2025-01-12 02:57:46 +01:00
parent 9c5f454a1c
commit 4830f943b4
Signed by: caem
GPG key ID: 69A830D03203405F
11 changed files with 219 additions and 16 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
hardware = {
graphics = {
enable = true;
enable32Bit = true;
};
};
}

View file

@ -1,12 +1,11 @@
{ config, ... }:
{
hardware = {
graphics = {
enable = true;
enable32Bit = true;
};
imports = [
../graphics.nix
];
hardware = {
nvidia = {
open = true;
modesetting.enable = true;