aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-11-22 01:06:01 +0530
committerAkshay Nair <phenax5@gmail.com>2025-11-22 01:07:26 +0530
commit5f4b94771201c07531fcf9be128a53638fe3a6c4 (patch)
tree20dc9bbede90996c141d2c9baad7858b785903e0 /home.nix
parentb8e909d68bcb035648dda93f15de7863f444a3c4 (diff)
downloadnixos-config-5f4b94771201c07531fcf9be128a53638fe3a6c4.tar.gz
nixos-config-5f4b94771201c07531fcf9be128a53638fe3a6c4.zip
Update changes + submodule updates
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index fcf135f..784a24e 100644
--- a/home.nix
+++ b/home.nix
@@ -52,7 +52,7 @@ in
services.syncthing = {
enable = true;
- tray = false;
+ tray = { enable = false; };
};
services.udiskie = {