feat: disable xserver, move to nvidia stable
This commit is contained in:
parent
cf13825795
commit
3927a4e96b
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
};
|
||||
open = false;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
defaultRuntime = true;
|
||||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "intl";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue