1
1
Fork 1
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:
oddlama 2023-10-01 14:03:42 +02:00
parent 61af9f62a5
commit 954d659264
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 2 additions and 29 deletions

View file

@ -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 = {