aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/firefox (unfollow)
Commit message (Collapse)Author
2024-02-23build(flake): UpdateSoispha
2024-02-23refactor(treewide): Remove my unused binariesSoispha
These are: - grades (only last references) - video_pause - lf_rename
2024-02-20feat(hm/conf/firefox): Add order of search enginesSoispha
2024-02-20feat(hm/conf/firefox/config/search): Add nixpkgs pull request tracker searchSoispha
2024-02-20refactor(hm/conf/firefox/config/search): Download icons to avoid losing themSoispha
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-02-08build(treewide): UpdateSoispha
2024-02-03build(treewide): UpdateSoispha
2024-01-23build(treewide): UpdateSoispha
2024-01-20build(treewide): UpdateSoispha
2024-01-13fix(hm): Move the session variables to their associated serviceSoispha
2024-01-13build(treewide): Update flake and shell librarySoispha
2023-12-29fix(hm/conf/): Use new xdg config moduleSoispha
2023-12-17build(treewide): UpdateSoispha
2023-12-09build(treewide): UpdateSoispha
2023-11-25fix(hm/conf/firefox/policies): Use correct attr nameSoispha
2023-11-25fix(hm/conf/firefox/package): Readd policies to firefoxSoispha
2023-11-18build(treewide): UpdateSoispha
2023-11-08build(treewide): UpdateSoispha
2023-10-31fix(hm/conf/firefox/pkg): Adapt to new override options in nixpkgsSoispha
2023-10-31build(treewide): UpdateSoispha
2023-10-29fix(hm/conf/firefox/profs): Put all downloads into the download dirSoispha
2023-10-28fix(hm/conf/firefox/extensions): Remove simple tab groupsSoispha
I now use multiple firefox profiles, thus having this Add-on is utterly useless.
2023-10-26build(treewide): UpdateSoispha
2023-10-25feat(hm/conf/firefox/extensions): Switch to my libredirect forkSoispha
2023-10-24build(treewide): UpdateSoispha
2023-10-24fix(hm/conf/firefox/extensions/nmh): Use correct name in json fileSoispha
2023-10-24build(treewide): UpdateSoispha
2023-10-24fix(hm/conf/firefox/extensions/nmh): Fully rename to video pauseSoispha
2023-10-24build(treewide): UpdateSoispha
2023-10-22build(treewide): UpdateSoispha
2023-10-22fix(hm/conf/firefox/conf/extensions/nmh): Replace phase overrideSoispha
2023-10-22feat(hm/conf/firefox/scripts): Package through the flake outputsSoispha
2023-10-22style(hm/conf/firefox): Format with alejandraSoispha
2023-10-22fix(hm/conf/firefox/conf/prefs): Disable translation for some languagesSoispha
2023-10-22fix(hm/conf/firefox/conf/prefs): Set default toolbox locationSoispha
2023-10-22fix(hm/conf/firefox/conf/search/engines): Disable eBaySoispha
2023-10-22fix(hm/conf/firefox/conf/policies): Allow extensions to be installedSoispha
Firefox will, without this setting set, disable the 'about:debugging' page, which is quite bothersome
2023-10-22fix(hm/conf/firefox/conf/policies): Explicitly enable devtoolsSoispha
2023-10-22fix(hm/conf/firefox/scr/extensions): Add sane 'default_area'sSoispha
2023-10-22fix(hm/conf/firefox/conf/policies): Correct typo in policy nameSoispha
2023-10-21fix(hm/conf/firefox/conf/policies): Remove policies attr nameSoispha
2023-10-21fix(hm/conf/firefox/conf/exts/nmh): Spell 'messaging' correctlySoispha
2023-10-21feat(hm/conf/firefox): Use the policy.json file for configsSoispha
2023-10-21fix(hm/conf/firefox/scr/extensions): Add required 'default_area'Soispha
2023-10-21build(treewide): UpdateSoispha
2023-10-21fix(hm/conf/taskwarrior/firefox): Generate the profile ids by countingSoispha
Firefox expects the IDs to be consecutive, thus the previous hashing implementation didn't work. Additionally, these IDs are still all unique as we generate them by iteration over all possible projects
2023-10-20refactor(hm/conf/taskwarrior/projects): Store the parsed projects in a attrSoispha
2023-10-20feat(hm/conf/taswarrior): Generate a firefox profile per projectSoispha