NVidia: run compton to avoid window sizing issues
Alan Pearce alan@alanpearce.eu
Sat, 23 Nov 2019 16:56:18 +0100
1 files changed, 3 insertions(+), 0 deletions(-)
M system/settings/hardware/nvidia-gpu.nix → system/settings/hardware/nvidia-gpu.nix
@@ -2,4 +2,7 @@ { config, pkgs, ... }: { services.xserver.videoDrivers = [ "nvidia" ]; nixpkgs.config.allowUnfree = true; + services.compton = { + enable = true; + }; }