Files
nixos-config/home/shell/bottom.nix
2023-12-19 17:49:25 -04:00

6 lines
57 B
Nix

{...}: {
programs.bottom = {
enable = true;
};
}