dotfiles/home/modules/gui/apps/browsers/firefox/config/themes/default.nix

4 lines
62 B
Nix
Raw Normal View History

2024-11-09 16:44:23 -06:00
{
2024-11-10 01:29:37 -06:00
userChrome = builtins.readFile ./config/userChrome.css;
2024-11-09 16:44:23 -06:00
}