mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:53:55 -05:00
vsCodium: set alacritty as default terminal
This commit is contained in:
parent
9baa69be8d
commit
70a1bc87e2
|
@ -6,6 +6,8 @@
|
|||
|
||||
config = lib.mkIf config.guiApps.vsCodium.enable {
|
||||
|
||||
guiApps.alacritty.enable = lib.mkDefault true;
|
||||
|
||||
# Necessary fonts.
|
||||
home.packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "Noto" ]; })
|
||||
|
@ -25,6 +27,7 @@
|
|||
"git.autofetch" = true;
|
||||
"git.confirmSync" = false;
|
||||
"nix.formatterPath" = "nixfmt";
|
||||
"terminal.external.linuxExec" = "alacritty";
|
||||
"update.mode" = "none";
|
||||
"window.menuBarVisibility" = "hidden";
|
||||
"window.zoomPerWindow" = false;
|
||||
|
|
Loading…
Reference in a new issue