wm: Move generic packages to the main file

This commit is contained in:
Quentin Boyer 2025-08-17 22:52:28 +02:00
parent d42c6e7ec8
commit 5162fac93d
2 changed files with 14 additions and 14 deletions

View file

@ -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;
};
};
};
};
}

View file

@ -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;