13 lines
179 B
Nix
13 lines
179 B
Nix
{
|
|
den.aspects = {
|
|
software-tty = {
|
|
homeManager = {
|
|
programs = {
|
|
bottom = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|