hosts/dunamis/users/user/programs.nix: move to wezterm

modules/home/desktop/niri/default.nix: move to wezterm

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-31 16:35:36 +03:00
parent 386d3f9007
commit a86f3f9c15
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,7 @@
};
console.yazi.enable = true;
console.joshuto.enable = true;
stylix.targets.fzf.enable = false;
services.ssh-agent.enable = true;
@ -43,7 +44,8 @@
};
terminal = {
ghostty.enable = true;
# ghostty.enable = true;
wezterm.enable = true;
kitty.enable = true;
};