home: Disable pasystray

This commit is contained in:
Mikael 2024-08-31 10:26:58 +02:00
parent dd1bab10cd
commit 231bf831ea
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -327,10 +327,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
];
};
services.syncthing = {
enable = true;
tray.enable = true;
};
services.syncthing.enable = true;
xdg.mimeApps.enable = true;