mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
14 lines
157 B
Nix
14 lines
157 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
programs = {
|
|
btop.enable = true;
|
|
broot.enable = true;
|
|
bottom.enable = true;
|
|
fastfetch.enable = true;
|
|
};
|
|
}
|