fix: xkb options change, see nixpkgs#259891
This commit is contained in:
parent
40ae3cc6e2
commit
26a11e0df0
3 changed files with 8 additions and 4 deletions
|
@ -49,4 +49,9 @@
|
|||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
powerManagement.enable = true;
|
||||
dynamicBoost.enable = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue