Force discord not to force updates
This commit is contained in:
parent
25b425be9c
commit
a42f52d77b
9 changed files with 54 additions and 133 deletions
modules/applications
|
@ -12,6 +12,7 @@
|
|||
./steam.nix
|
||||
./docker.nix
|
||||
./misc.nix
|
||||
./discord.nix
|
||||
./locale.nix
|
||||
# ./memes.nix
|
||||
./alacritty.nix
|
||||
|
|
13
modules/applications/discord.nix
Normal file
13
modules/applications/discord.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus = {
|
||||
xdg.configFile."discord/settings.json".text = ''
|
||||
{
|
||||
"BACKGROUND_COLOR": "#ffffff",
|
||||
"SKIP_HOST_UPDATE": true
|
||||
}
|
||||
'';
|
||||
home.packages = with pkgs; [
|
||||
unstable.discord
|
||||
];
|
||||
};
|
||||
}
|
|
@ -40,7 +40,6 @@
|
|||
vimclip # use neovim anywhere
|
||||
|
||||
# chat apps
|
||||
unstable.discord
|
||||
slack
|
||||
signal-desktop
|
||||
tdesktop # telegram for the desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue