mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
add firefox-mod-blur theme
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
home.file.".mozilla/firefox/${username}/chrome/firefox-mod-blur".source = pkgs.firefox-mod-blur;
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
@ -55,8 +57,15 @@
|
||||
user_pref("media.ffmpeg.vaapi.enabled", true);
|
||||
user_pref("media.rdd-vpx.enabled", true);
|
||||
'';
|
||||
userChrome = builtins.readFile ./userChrome.css;
|
||||
userContent = builtins.readFile ./userContent.css;
|
||||
|
||||
userChrome = ''
|
||||
@import "firefox-mod-blur/userChrome.css";
|
||||
@import "firefox-mod-blur/EXTRA MODS/Bookmarks Bar Mods/Bookmarks bar same color as toolbar/bookmarks_bar_same_color_as_toolbar.css";
|
||||
@import "firefox-mod-blur/EXTRA MODS/Search Bar Mods/Search box - No search engine buttons/no_search_engines_in_url_bar.css";
|
||||
'';
|
||||
userContent = ''
|
||||
@import "firefox-mod-blur/userContent.css";
|
||||
'';
|
||||
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
|
Reference in New Issue
Block a user