mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: remove picom again. makes everything slow :(
This commit is contained in:
parent
61af9f62a5
commit
954d659264
4 changed files with 2 additions and 29 deletions
|
@ -6,14 +6,7 @@
|
|||
}:
|
||||
lib.optionalAttrs (!minimal) {
|
||||
boot.blacklistedKernelModules = ["nouveau"];
|
||||
services.xserver = {
|
||||
videoDrivers = lib.mkForce ["nvidia"];
|
||||
screenSection = ''
|
||||
Option "metamodes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
|
||||
Option "AllowIndirectGLXProtocol" "off"
|
||||
Option "TripleBuffer" "on"
|
||||
'';
|
||||
};
|
||||
services.xserver.videoDrivers = lib.mkForce ["nvidia"];
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue