forked from mirrors_public/oddlama_nix-config
feat: enable picom
This commit is contained in:
parent
53cc006138
commit
61af9f62a5
5 changed files with 281 additions and 334 deletions
|
@ -6,7 +6,14 @@
|
|||
}:
|
||||
lib.optionalAttrs (!minimal) {
|
||||
boot.blacklistedKernelModules = ["nouveau"];
|
||||
services.xserver.videoDrivers = lib.mkForce ["nvidia"];
|
||||
services.xserver = {
|
||||
videoDrivers = lib.mkForce ["nvidia"];
|
||||
screenSection = ''
|
||||
Option "metamodes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
|
||||
Option "AllowIndirectGLXProtocol" "off"
|
||||
Option "TripleBuffer" "on"
|
||||
'';
|
||||
};
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue