feat(home/tuxedo): add discord

This commit is contained in:
2025-05-10 01:28:02 +03:00
parent 8b2445c9b4
commit 5a7c53acbe

View File

@@ -1,5 +1,13 @@
{ lib, pkgs, ... }:
{
imports = [
./modules/plasma
];
home = {
packages = lib.mkAfter [ pkgs.discord ];
file = {
".config/discord/settings.json".text = ''{ "SKIP_HOST_UPDATE": true }'';
};
};
}