use wezterm instead of foot

This commit is contained in:
2024-12-29 15:57:40 +01:00
parent da9391b68a
commit a484af41be
3 changed files with 63 additions and 6 deletions

View File

@ -64,7 +64,7 @@ in {
home.packages = with pkgs; [
swaylock # screen locking
swayidle # automatic screen locking after system idle time
foot # terminal
wezterm # terminal
keepassxc # used for secrets instead of gnome-keyring
# fonts
@ -171,11 +171,11 @@ in {
};
menu = "${pkgs.nwg-launchers}/bin/nwggrid -client";
# use foot as default terminal
terminal = "${pkgs.foot}/bin/foot";
# use wezterm as default terminal
terminal = "${pkgs.wezterm}/bin/wezterm";
assigns = {
"main" = [{app_id = "firefox";}];
"term" = [{app_id = "foot-startup";}];
"term" = [{app_id = "start-terminal";}];
"msg" = [
{title = "\\[Locked\\] - KeePassXC$";}
{app_id = "thunderbird";}
@ -202,7 +202,7 @@ in {
{command = "${dbus-sway-environment}/bin/dbus-sway-environment";}
{command = "${pkgs.nwg-launchers}/bin/nwggrid-server -fp";}
{command = "${pkgs.keepassxc}/bin/keepassxc";}
{command = "${pkgs.foot}/bin/foot -a foot-startup";}
{command = "${pkgs.wezterm}/bin/wezterm start --class start-terminal";}
{command = "${pkgs.networkmanagerapplet}/bin/nm-applet";}
{command = "${pkgs.firefox}/bin/firefox";}
]