summary refs log tree commit diff stats
path: root/system/settings/hardware
diff options
context:
space:
mode:
authorAlan Pearce2022-06-13 15:31:08 +0200
committerAlan Pearce2022-06-13 15:31:08 +0200
commite013bfb77a097ebc5e441f629c563e7b75f8f123 (patch)
treef150df19e8c6d07af70b60e89f6bfce31e5691bf /system/settings/hardware
parent115bbbd7ae7873eb2053cebf5ede7c8a30182248 (diff)
downloadnixfiles-e013bfb77a097ebc5e441f629c563e7b75f8f123.tar.lz
nixfiles-e013bfb77a097ebc5e441f629c563e7b75f8f123.tar.zst
nixfiles-e013bfb77a097ebc5e441f629c563e7b75f8f123.zip
Rename compton to picom
Diffstat (limited to 'system/settings/hardware')
-rw-r--r--system/settings/hardware/nvidia-gpu.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }