diff --git a/users/pbsds/home/profiles/desktop.nix b/users/pbsds/home/profiles/desktop.nix index 72ba8a0..d1a8604 100644 --- a/users/pbsds/home/profiles/desktop.nix +++ b/users/pbsds/home/profiles/desktop.nix @@ -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; + }; + }