mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: redo firefox... o:
This commit is contained in:
parent
34bc9ae04e
commit
f113304824
8 changed files with 146 additions and 37 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue