From e013bfb77a097ebc5e441f629c563e7b75f8f123 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 13 Jun 2022 15:31:08 +0200 Subject: Rename compton to picom --- system/settings/hardware/nvidia-gpu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/settings/hardware/nvidia-gpu.nix b/system/settings/hardware/nvidia-gpu.nix index c6662659..b508fbab 100644 --- a/system/settings/hardware/nvidia-gpu.nix +++ b/system/settings/hardware/nvidia-gpu.nix @@ -11,7 +11,7 @@ in { services.xserver.videoDrivers = [ "nvidia" ]; environment.systemPackages = [ nvidia_x11 ]; nixpkgs.config.allowUnfree = true; - services.compton = { + services.picom = { enable = true; }; } -- cgit 1.4.1