feat: Don't use firefox css anymore and update anyrun
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
programs.firefox = {
|
||||
enable = device.hasGui;
|
||||
profiles.default = {
|
||||
userChrome =
|
||||
/*
|
||||
css
|
||||
*/
|
||||
''
|
||||
@import url(${pkgs.csshacks}/chrome/toolbars_below_content.css);
|
||||
@import url(${pkgs.csshacks}/chrome/scrollable_menupopups.css);
|
||||
@import url(${pkgs.csshacks}/chrome/linux_gtk_window_control_patch.css);
|
||||
@import url(${pkgs.csshacks}/chrome/window_control_placeholder_support.css);
|
||||
'';
|
||||
# userChrome =
|
||||
# /*
|
||||
# css
|
||||
# */
|
||||
# ''
|
||||
# @import url(${pkgs.csshacks}/chrome/toolbars_below_content.css);
|
||||
# @import url(${pkgs.csshacks}/chrome/scrollable_menupopups.css);
|
||||
# @import url(${pkgs.csshacks}/chrome/linux_gtk_window_control_patch.css);
|
||||
# @import url(${pkgs.csshacks}/chrome/window_control_placeholder_support.css);
|
||||
# '';
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
privacy-badger
|
||||
tridactyl
|
||||
|
||||
Reference in New Issue
Block a user