Compare commits
1 commit
7dab7eb1dc
...
e6ff86d6d7
Author | SHA1 | Date | |
---|---|---|---|
e6ff86d6d7 |
1 changed files with 6 additions and 8 deletions
|
@ -108,9 +108,8 @@ in
|
||||||
return config
|
return config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
alacritty = {
|
alacritty.settings = {
|
||||||
enable = cfg.terminal == "alacritty";
|
enable = cfg.terminal == "alacritty";
|
||||||
settings = {
|
|
||||||
# hide mouse when typing, this ensures I don't have to move the mouse when it hides text
|
# hide mouse when typing, this ensures I don't have to move the mouse when it hides text
|
||||||
mouse.hide_when_typing = true;
|
mouse.hide_when_typing = true;
|
||||||
# Start zellij when it is enabled
|
# Start zellij when it is enabled
|
||||||
|
@ -118,7 +117,6 @@ in
|
||||||
program = "${lib.getExe config.programs.zellij.package}";
|
program = "${lib.getExe config.programs.zellij.package}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
zellij.enable = cfg.terminal == "alacritty"; # alacritty has no terminal multiplexer built-in
|
zellij.enable = cfg.terminal == "alacritty"; # alacritty has no terminal multiplexer built-in
|
||||||
# PDF reader
|
# PDF reader
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue