Rename compton to picom
Alan Pearce alan@alanpearce.eu
Mon, 13 Jun 2022 15:31:08 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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; }; }