feat(nix): remove wezterm from system packages

- Disabled `wezterm` in the list of default system packages.
- Streamlines the configuration by focusing on existing terminal tools.
This commit is contained in:
Harald Hoyer 2026-03-30 08:43:45 +02:00
parent ffc5947bec
commit 9e212934dd

View file

@ -1,8 +1,7 @@
{ { config
config, , lib
lib, , pkgs
pkgs, , ...
...
}: }:
with lib; with lib;
with lib.metacfg; with lib.metacfg;
@ -39,7 +38,6 @@ in
wget wget
ssh-tresor ssh-tresor
starship starship
wezterm
]; ];
shells = [ shells = [
pkgs.fish pkgs.fish