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,
lib,
pkgs,
...
{ config
, lib
, pkgs
, ...
}:
with lib;
with lib.metacfg;
@ -39,7 +38,6 @@ in
wget
ssh-tresor
starship
wezterm
];
shells = [
pkgs.fish