all repos — nixfiles @ 1a150e6e91372316317bd2c9665dd7b9849f2813

System and user configuration, managed by nix and home-manager

NVidia: run compton to avoid window sizing issues

Alan Pearce
commit

1a150e6e91372316317bd2c9665dd7b9849f2813

parent

21fedc95280e015a3cc415e51d6607e5ca603ba8

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M system/settings/hardware/nvidia-gpu.nixsystem/settings/hardware/nvidia-gpu.nix
@@ -2,4 +2,7 @@ { config, pkgs, ... }:
{ services.xserver.videoDrivers = [ "nvidia" ]; nixpkgs.config.allowUnfree = true; + services.compton = { + enable = true; + }; }