skip discord updater
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 20s

This commit is contained in:
Satria 2026-07-07 09:28:08 +08:00
commit e13d03d362

View file

@ -17,6 +17,10 @@
./core/browser.nix
];
home.file.".config/discord/settings.json".text = builtins.toJSON {
SKIP_HOST_UPDATE = true;
};
services = {
awww.enable = true;
hyprpolkitagent.enable = true;