Remove those new trays added, bad idea
This commit is contained in:
parent
62d5cbbd24
commit
e1ea2599a3
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue