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