shush discord

This commit is contained in:
Peder Bergebakken Sundt 2023-06-28 22:22:48 +02:00
parent c49ea80dcd
commit 4a690cac13
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [
atom # TODO: config
pulsar # TODO: config, transition into this
@ -35,4 +37,9 @@
})];
/**/
# Do not keep me from using the app just to force an update
xdg.configFile."discord/settings.json".text = builtins.toJSON {
SKIP_HOST_UPDATE = true;
};
}