mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +02:00
FUCK NVIDIA
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
348d09573e
commit
9ad61a5501
1 changed files with 7 additions and 4 deletions
|
@ -186,6 +186,7 @@ in {
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
packagekit.enable = true;
|
packagekit.enable = true;
|
||||||
xserver = {
|
xserver = {
|
||||||
|
# videoDrivers = [ "nvidia" ];
|
||||||
wacom.enable = true;
|
wacom.enable = true;
|
||||||
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -229,10 +230,12 @@ hardware = {
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
# nvidia = {
|
/*
|
||||||
# package = config.boot.kernelPackages.nvidiaPackages.latest;
|
nvidia = {
|
||||||
# modesetting.enable = false;
|
package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||||
# };
|
modesetting.enable = true;
|
||||||
|
};
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue