mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: add systemd-manager-tui
This commit is contained in:
parent
28522976d8
commit
9201be0634
2 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ _: {
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
./zellij.nix
|
./zellij.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
|
./systemd-manager-tui.nix
|
||||||
./llm.nix
|
./llm.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
modules/programs/systemd-manager-tui.nix
Normal file
5
modules/programs/systemd-manager-tui.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgsUnstable, ...}: {
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgsUnstable.systemd-manager-tui
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue