From 5cfd4d01c865e1ab3b9ec9efe939d438319b3558 Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Tue, 21 Apr 2026 01:58:59 +0200 Subject: [PATCH] feat: remove openrgb --- modules/hosts/polaris/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/hosts/polaris/default.nix b/modules/hosts/polaris/default.nix index 7299125..16f9a22 100644 --- a/modules/hosts/polaris/default.nix +++ b/modules/hosts/polaris/default.nix @@ -68,8 +68,6 @@ in }; }; - services.hardware.openrgb.enable = true; - boot.loader.systemd-boot.extraInstallCommands = '' ENTRIES="${config.boot.loader.efi.efiSysMountPoint}/loader/entries" PROFILES="/nix/var/nix/profiles"