feat: Remove discord
This commit is contained in:
@@ -35,7 +35,7 @@ lib.optionalAttrs device.hasGui {
|
|||||||
./affine.nix
|
./affine.nix
|
||||||
./blueman.nix
|
./blueman.nix
|
||||||
./chromium.nix
|
./chromium.nix
|
||||||
./discord.nix
|
# ./discord.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
./hyprpicker.nix
|
./hyprpicker.nix
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
# home.packages = lib.optionals pkgs.stdenv.isLinux [
|
||||||
(pkgs.discord.override {
|
# (pkgs.discord.override {
|
||||||
withOpenASAR = true;
|
# withOpenASAR = true;
|
||||||
withVencord = true;
|
# withVencord = true;
|
||||||
})
|
# })
|
||||||
# pkgs.vesktop
|
# # pkgs.vesktop
|
||||||
# pkgs.discord-canary
|
# # pkgs.discord-canary
|
||||||
# pkgs.discord-ptb
|
# # pkgs.discord-ptb
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,16 +54,16 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
privacy-badger
|
|
||||||
violentmonkey
|
|
||||||
tridactyl
|
|
||||||
clearurls
|
clearurls
|
||||||
onepassword-password-manager
|
floccus
|
||||||
ublock-origin
|
|
||||||
i-dont-care-about-cookies
|
i-dont-care-about-cookies
|
||||||
keepa
|
keepa
|
||||||
|
onepassword-password-manager
|
||||||
|
privacy-badger
|
||||||
sponsorblock
|
sponsorblock
|
||||||
floccus
|
tridactyl
|
||||||
|
ublock-origin
|
||||||
|
violentmonkey
|
||||||
];
|
];
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user