skip discord updater
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 20s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 20s
This commit is contained in:
parent
66e234654c
commit
e13d03d362
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
||||||
./core/browser.nix
|
./core/browser.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.file.".config/discord/settings.json".text = builtins.toJSON {
|
||||||
|
SKIP_HOST_UPDATE = true;
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
awww.enable = true;
|
awww.enable = true;
|
||||||
hyprpolkitagent.enable = true;
|
hyprpolkitagent.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue