commit | 63786915ffa2601de60e79df37c622b12a2a7a9b | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler@clicksminuteper.net> | Fri May 20 11:31:40 2022 +0100 |
committer | Skyler Grey <skyler@clicksminuteper.net> | Fri May 20 11:31:40 2022 +0100 |
tree | a1169428e5dfae7b012d87b28ec113b39a09b6f5 | |
parent | c880c4fb85ec6153d584a278d0a1cf2add112c40 [diff] [blame] |
Change default terminal to kitty
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix index 6160a50..3816674 100644 --- a/src/apps/personal/sway.nix +++ b/src/apps/personal/sway.nix
@@ -85,7 +85,7 @@ startup = [ { command = "dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK"; } ]; - terminal = "alacritty"; + terminal = "kitty"; up = "k"; window = {}; workspaceAutoBackAndForth = true;