infra/module/aspect/software/software-tty/bottom.nix
2025-12-01 13:23:24 +07:00

13 lines
179 B
Nix

{
den.aspects = {
software-tty = {
homeManager = {
programs = {
bottom = {
enable = true;
};
};
};
};
};
}