mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-20 22:00:57 +01:00
wm: Move generic packages to the main file
This commit is contained in:
parent
d42c6e7ec8
commit
5162fac93d
2 changed files with 14 additions and 14 deletions
14
wm/hm.nix
14
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
14
wm/sway.nix
14
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue