Enable discord on kirk
All checks were successful
/ test (push) Successful in 33s

This commit is contained in:
Andrea Ciceri 2024-03-15 17:48:04 +01:00
parent 12b400c5f7
commit c72ce7c38a
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 2 additions and 5 deletions

View file

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
pkgs,
lib,
...
}: {
home.packages = [pkgs.discord]; home.packages = [pkgs.discord];
home.file.".config/discord/settings.json".text = builtins.toJSON { home.file.".config/discord/settings.json".text = builtins.toJSON {
SKIP_HOST_UPDATE = true; SKIP_HOST_UPDATE = true;

View file

@ -60,6 +60,7 @@
"chrome" "chrome"
"email" "email"
"digikam" "digikam"
"discord"
]; ];
extraGroups = []; extraGroups = [];
backupPaths = []; backupPaths = [];