yep, more dotfiles

firefox: apply zen settings to zen

wiro.world a3a0f41d 88638a5f

verified
+3
+3
home-manager/fragments/firefox.nix
··· 119 119 "zen.workspaces.continue-where-left-off" = true; 120 120 "zen.view.compact.enable-at-startup" = true; 121 121 "zen.view.window.scheme" = 2; # 0 dark theme, 1 light theme, 2 auto 122 + 123 + # Remove borders around windows 124 + "zen.theme.content-element-separation" = 0; 122 125 }; 123 126 124 127 inherit userContent;