Skip to content

Commit

Permalink
remove uget integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nyawox committed Dec 5, 2024
1 parent 237d8a3 commit 8edf179
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions home/desktop/schizofox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ in
"{f209234a-76f0-4735-9920-eb62507a54cd}".install_url = "${exturl}/unpaywall/latest.xpi";
"[email protected]".install_url = "${exturl}/consent-o-matic/latest.xpi";
"{762f9885-5a13-4abd-9c77-433dcd38b8fd}".install_url = "${exturl}/return-youtube-dislikes/latest.xpi";
"uget-integration@slgobinath".install_url = "${exturl}/ugetintegration/latest.xpi";
"[email protected]".install_url = "${exturl}/canvasblocker/latest.xpi";
"@contain-amzn".install_url = "${exturl}/contain-amazon/latest.xpi";
"{a6c4a591-f1b2-4f03-b3ff-767e5bedf4e7}".install_url = "${exturl}/user-agent-string-switcher/latest.xpi";
Expand Down Expand Up @@ -228,13 +227,8 @@ in
'';
};
};
home.packages = with pkgs; [
uget-integrator
# tridactyl-native
];
home.file = {
".mozilla/firefox/schizo.default/chrome/theme/".source = inputs.ff-ultima.outPath + "/theme/";
".mozilla/native-messaging-hosts/com.ugetdm.firefox.json".source = "${pkgs.uget-integrator}/lib/mozilla/native-messaging-hosts/com.ugetdm.firefox.json";
".mozilla/native-messaging-hosts/tridactyl.json".source = "${pkgs.tridactyl-native}/lib/mozilla/native-messaging-hosts/tridactyl.json";
};
xdg = {
Expand Down

0 comments on commit 8edf179

Please sign in to comment.