Switch default terminal on sway to kitty

This commit is contained in:
Natsu Kagami 2022-06-12 12:44:21 -04:00
parent 48b03deb6e
commit ed91d7d8a1
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 5 additions and 4 deletions

View file

@ -41,6 +41,7 @@
mode = "1920x1080@144Hz";
adaptive_sync = "on";
};
nki.programs.kitty.fontSize = 16;
# linux.graphical.x11.hidpi = true;
# linux.graphical.x11.enablei3 = true;

View file

@ -59,7 +59,7 @@ in
terminal = mkOption {
type = types.str;
description = "The command to the terminal emulator to be used";
default = "${pkgs.alacritty}/bin/alacritty";
default = "${config.programs.kitty.package}/bin/kitty";
};
enableLaptopBars = mkOption {