Follow upstream rename of programs.mako

This commit is contained in:
Charlotte Van Petegem 2023-03-03 09:21:18 +01:00
parent 95329ae69a
commit b49b69a0d4
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -43,10 +43,6 @@ in
wl-clipboard
];
programs = {
mako = {
enable = true;
font = "Hack Regular 9";
};
zsh.loginExtra = ''
if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then
exec sway
@ -59,17 +55,17 @@ in
settings.theme = {
name = "gruvbox-light";
overrides = {
idle_bg="#ffffff";
idle_fg="#000000";
info_bg="#6aaeff";
info_fg="#000000";
good_bg="#5ada88";
good_fg="#000000";
warning_bg="#f5df23";
warning_fg="#000000";
critical_bg="#ff8892";
critical_fg="#000000";
separator="";
idle_bg = "#ffffff";
idle_fg = "#000000";
info_bg = "#6aaeff";
info_fg = "#000000";
good_bg = "#5ada88";
good_fg = "#000000";
warning_bg = "#f5df23";
warning_fg = "#000000";
critical_bg = "#ff8892";
critical_fg = "#000000";
separator = "";
};
};
blocks = [
@ -139,7 +135,8 @@ in
};
};
};
services.kanshi = {
services = {
kanshi = {
enable = true;
profiles = {
"home-undocked" = {
@ -166,6 +163,11 @@ in
};
};
};
mako = {
enable = true;
font = "Hack Regular 9";
};
};
wayland.windowManager.sway = {
enable = true;
config = rec {