all repos — nixfiles @ e013bfb77a097ebc5e441f629c563e7b75f8f123

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

Rename compton to picom
Alan Pearce alan@alanpearce.eu
Mon, 13 Jun 2022 15:31:08 +0200
commit

e013bfb77a097ebc5e441f629c563e7b75f8f123

parent

115bbbd7ae7873eb2053cebf5ede7c8a30182248

1 files changed, 1 insertions(+), 1 deletions(-)

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;
   };
 }