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
|
||||||
options,
|
, config
|
||||||
config,
|
, lib
|
||||||
lib,
|
, pkgs
|
||||||
pkgs,
|
, ...
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
with lib.metacfg;
|
with lib.metacfg;
|
||||||
|
@ -77,6 +76,7 @@ in
|
||||||
tpm2-pkcs11
|
tpm2-pkcs11
|
||||||
tpm2-pkcs11.out
|
tpm2-pkcs11.out
|
||||||
tpm2-tools
|
tpm2-tools
|
||||||
|
systemctl-tui
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
shells = [
|
shells = [
|
||||||
|
|
Loading…
Reference in a new issue