From 98698ce513f8e6749905362f5ca17608d23450e4 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 29 Apr 2025 23:03:09 +0200 Subject: [PATCH] perso-desktop: Remove openrgb [not used] --- hosts/perso-desktop/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/perso-desktop/configuration.nix b/hosts/perso-desktop/configuration.nix index 7634147..2cb3bf5 100644 --- a/hosts/perso-desktop/configuration.nix +++ b/hosts/perso-desktop/configuration.nix @@ -59,11 +59,6 @@ }; }; - services.hardware.openrgb = { - enable = true; - package = pkgs.openrgb-with-all-plugins; - }; - # Revert to RADV when this https://gitlab.freedesktop.org/mesa/mesa/-/issues/12865 is resolved chaotic.mesa-git = { enable = true;