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