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,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
{ config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
with lib;
|
||||
with lib.metacfg;
|
||||
|
|
@ -39,7 +38,6 @@ in
|
|||
wget
|
||||
ssh-tresor
|
||||
starship
|
||||
wezterm
|
||||
];
|
||||
shells = [
|
||||
pkgs.fish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue