all repos — nixfiles @ e013bfb77a097ebc5e441f629c563e7b75f8f123

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

Rename compton to picom

Alan Pearce
commit

e013bfb77a097ebc5e441f629c563e7b75f8f123

parent

115bbbd7ae7873eb2053cebf5ede7c8a30182248

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/settings/hardware/nvidia-gpu.nixsystem/settings/hardware/nvidia-gpu.nix
@@ -11,7 +11,7 @@
environment.systemPackages = [ nvidia_x11 ]; nixpkgs.config.allowUnfree = true; - services.compton = { + services.picom = { enable = true; }; }