1

Modules/Firefox: Remove obsolete options

This commit is contained in:
2025-07-15 00:53:48 +02:00
parent 606e8edb81
commit 97b6e8fd2a
2 changed files with 0 additions and 4 deletions

View File

@ -64,8 +64,6 @@
wayland = true;
vaapi = true;
disableTabBar = true;
defaultBookmarks = true;
gnomeTheme = true;
};
fish.enable = true;

View File

@ -9,6 +9,4 @@ with mylib.modules; {
wayland = mkBoolOption false "Enable firefox wayland support";
vaapi = mkBoolOption false "Enable firefox vaapi support";
disableTabBar = mkBoolOption false "Disable the firefox tab bar (for TST)";
defaultBookmarks = mkBoolOption false "Preset standard bookmarks and folders";
gnomeTheme = mkBoolOption false "Use Firefox gnome theme (rafaelmardojai)";
}