shush discord
This commit is contained in:
parent
c49ea80dcd
commit
4a690cac13
|
@ -1,5 +1,7 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
atom # TODO: config
|
atom # TODO: config
|
||||||
pulsar # TODO: config, transition into this
|
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;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue