Follow upstream rename of programs.mako
This commit is contained in:
parent
95329ae69a
commit
b49b69a0d4
1 changed files with 41 additions and 39 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue