mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +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;
|
||||
packagekit.enable = true;
|
||||
xserver = {
|
||||
# videoDrivers = [ "nvidia" ];
|
||||
wacom.enable = true;
|
||||
|
||||
enable = true;
|
||||
|
@ -229,10 +230,12 @@ hardware = {
|
|||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
# nvidia = {
|
||||
# package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
# modesetting.enable = false;
|
||||
# };
|
||||
/*
|
||||
nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
modesetting.enable = true;
|
||||
};
|
||||
*/
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue