Modules/Firefox: Remove obsolete options
This commit is contained in:
@ -64,8 +64,6 @@
|
|||||||
wayland = true;
|
wayland = true;
|
||||||
vaapi = true;
|
vaapi = true;
|
||||||
disableTabBar = true;
|
disableTabBar = true;
|
||||||
defaultBookmarks = true;
|
|
||||||
gnomeTheme = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
|
@ -9,6 +9,4 @@ with mylib.modules; {
|
|||||||
wayland = mkBoolOption false "Enable firefox wayland support";
|
wayland = mkBoolOption false "Enable firefox wayland support";
|
||||||
vaapi = mkBoolOption false "Enable firefox vaapi support";
|
vaapi = mkBoolOption false "Enable firefox vaapi support";
|
||||||
disableTabBar = mkBoolOption false "Disable the firefox tab bar (for TST)";
|
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)";
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user