Compare commits

..

1 commit

Author SHA1 Message Date
e6ff86d6d7
chore(deps): lock file maintenance
All checks were successful
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 2s
/ check (nvimNoBundledBins) (push) Successful in 4s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 5s
/ check (treefmt) (push) Successful in 2s
/ check-renovaterc (push) Successful in 2s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 16s
/ build (nvim) (push) Successful in 8s
/ report-size (push) Successful in 1m1s
2025-03-11 00:10:18 +01:00

View file

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