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:
Harald Hoyer 2025-03-03 08:41:37 +01:00
parent ba867efe01
commit f600b46464

View file

@ -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 = [