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 wl-clipboard
]; ];
programs = { programs = {
mako = {
enable = true;
font = "Hack Regular 9";
};
zsh.loginExtra = '' zsh.loginExtra = ''
if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then
exec sway exec sway
@ -139,7 +135,8 @@ in
}; };
}; };
}; };
services.kanshi = { services = {
kanshi = {
enable = true; enable = true;
profiles = { profiles = {
"home-undocked" = { "home-undocked" = {
@ -166,6 +163,11 @@ in
}; };
}; };
}; };
mako = {
enable = true;
font = "Hack Regular 9";
};
};
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
config = rec { config = rec {