Remove those new trays added, bad idea

This commit is contained in:
Evie Litherland-Smith 2023-11-09 11:54:55 +00:00
parent 62d5cbbd24
commit e1ea2599a3

View file

@ -4,15 +4,12 @@
imports = [ ./waybar/default.nix ./gtk.nix ./mako.nix ./rofi.nix ];
services = {
avizo.enable = true;
syncthing.enable = true;
udiskie = {
enable = true;
notify = true;
automount = true;
tray = "auto";
};
syncthing = {
enable = true;
tray.enable = true;
tray = "never";
};
};
wayland.windowManager.hyprland = {