this post was submitted on 16 Jan 2024
1 points (54.5% liked)

nixos

1244 readers
1 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
 

I'm a semi-recent NixOS user and one thing that bothers me since the beginning is that when I change the Gnome theme (between light and dark), Firefox doesn't adapt. The system theme in Firefox is enabled, but it always displays the light theme, no matter what theme is selected in Gnome.

Internet search, including searching through NixOS discourse, packages, options and Nixpkgs repo surfaced a solution.

Any ideas or tips how to achieve system theme integration for Firefox on NixOS?

NixOS 23.11 / Gnome 45 / sway

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 7 months ago

I removed an environment variable XDG_CURRENT_DESKTOP = "sway"; (which I added long ago from some tutorial) and it solved the issue. Thank you for your input! :)