feat: redo firefox... o:

This commit is contained in:
Kat Inskip 2025-03-20 17:32:14 -07:00
parent 34bc9ae04e
commit f113304824
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 146 additions and 37 deletions

View file

@ -6,8 +6,12 @@
inherit (lib.generators) toJSON;
in {
home.packages = with pkgs; [
discord
betterdiscordctl
(discord-krisp.override {
withOpenASAR = true;
withVencord = true; # can do this here too
})
vesktop
#betterdiscordctl
];
xdg.configFile."discord/settings.json".text = toJSON {} {
"SKIP_HOST_UPDATE" = true;