Rename compton to picom
1 file changed, 1 insertion(+), 1 deletion(-)
M system/settings/hardware/nvidia-gpu.nix → system/settings/hardware/nvidia-gpu.nix
@@ -11,7 +11,7 @@ environment.systemPackages = [ nvidia_x11 ]; nixpkgs.config.allowUnfree = true; - services.compton = { + services.picom = { enable = true; }; }