This commit is contained in:
parent
12b400c5f7
commit
c72ce7c38a
2 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.discord];
|
||||
home.file.".config/discord/settings.json".text = builtins.toJSON {
|
||||
SKIP_HOST_UPDATE = true;
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
"chrome"
|
||||
"email"
|
||||
"digikam"
|
||||
"discord"
|
||||
];
|
||||
extraGroups = [];
|
||||
backupPaths = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue