Switch default terminal on sway to kitty
This commit is contained in:
parent
48b03deb6e
commit
ed91d7d8a1
3 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue