feat(nixos): add systemctl-tui to default packages
Added `systemctl-tui` to the NixOS default packages list. This enhances user experience by providing a text-based user interface for managing systemd services.
This commit is contained in:
parent
ba867efe01
commit
f600b46464
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
options,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
{ options
|
||||
, config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
with lib;
|
||||
with lib.metacfg;
|
||||
|
@ -77,6 +76,7 @@ in
|
|||
tpm2-pkcs11
|
||||
tpm2-pkcs11.out
|
||||
tpm2-tools
|
||||
systemctl-tui
|
||||
]
|
||||
);
|
||||
shells = [
|
||||
|
|
Loading…
Reference in a new issue