diff --git a/wm/hm.nix b/wm/hm.nix index d399f81..b740158 100644 --- a/wm/hm.nix +++ b/wm/hm.nix @@ -55,8 +55,22 @@ programs.rofi = { enable = true; + package = pkgs.rofi-wayland; theme = "solarized_alternate"; terminal = "${config.terminal.command}"; }; + + services.mako = { + enable = true; + settings = { + font = "hack nerd font 10"; + margin = "20,20,5,5"; + default-timeout = 7000; + "mode=do-not-disturb" = { + invisible = 1; + }; + }; + }; + }; } diff --git a/wm/sway.nix b/wm/sway.nix index 135c9bb..3339f23 100644 --- a/wm/sway.nix +++ b/wm/sway.nix @@ -33,20 +33,6 @@ lib.mkIf (config.traxys.wm == "sway") { _JAVA_AWT_WM_NONREPARENTING = 1; }; - programs.rofi.package = pkgs.rofi-wayland; - - services.mako = { - enable = true; - settings = { - font = "hack nerd font 10"; - margin = "20,20,5,5"; - default-timeout = 7000; - "mode=do-not-disturb" = { - invisible = 1; - }; - }; - }; - traxys.waybar.enable = true; traxys.waybar.modules."sway/workspaces".enable = true; traxys.waybar.modules."sway/mode".enable = true;