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 ];
|
imports = [ ./waybar/default.nix ./gtk.nix ./mako.nix ./rofi.nix ];
|
||||||
services = {
|
services = {
|
||||||
avizo.enable = true;
|
avizo.enable = true;
|
||||||
|
syncthing.enable = true;
|
||||||
udiskie = {
|
udiskie = {
|
||||||
enable = true;
|
enable = true;
|
||||||
notify = true;
|
notify = true;
|
||||||
automount = true;
|
automount = true;
|
||||||
tray = "auto";
|
tray = "never";
|
||||||
};
|
|
||||||
syncthing = {
|
|
||||||
enable = true;
|
|
||||||
tray.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
|
Loading…
Reference in a new issue