From b30a65da0a459903318e3428606ecc09af669530 Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 8 Dec 2025 19:52:50 -0500 Subject: [PATCH] openrgb for the lulz --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8239036..4dfcf25 100644 --- a/configuration.nix +++ b/configuration.nix @@ -162,6 +162,8 @@ in #media-session.enable = true; }; + services.hardware.openrgb.enable = true; + xdg.mime.defaultApplications = { "text/html" = "org.mozilla.firefox.desktop"; "x-scheme-handler/http" = "org.mozilla.firefox.desktop";