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