home: Disable pasystray

This commit is contained in:
Mikael Voss 2024-08-31 10:26:58 +02:00
parent dd1bab10cd
commit 231bf831ea
No known key found for this signature in database

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;