re-indent firefox and stuff

This commit is contained in:
Miranda Marquez 2024-06-04 13:51:24 -08:00
parent 7fcf082811
commit ef7271e4a6

View File

@ -61,12 +61,14 @@
default = "searx";
order = [ "searx" "Google" ];
};
# extensions = with pkgs.nur.repos.rycee.firefox-addons; [
# ublock-origin
# vimium
# mark-my-search
# ];
# userChrome = ''
# !important @import "~/.mozilla/safari-userchrome.css";
# '';
};
};
};
home.file.".mozilla/safari-userchrome.css".source = builtins.fetchurl {
url = "https://gist.githubusercontent.com/janoamaral/5c0a6e944ca31d2a6a51712d0c453d48/raw/6e1f0d1e3e31400d467302da3198c3e9c3caa647/userChrome.css";
sha256 = "19hbf9kf93ggryabbxz5h9nsm2ymzjg369b8bld818a515cx4vhc";
};
}