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:
parent
ffc5947bec
commit
9e212934dd
1 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue