nixfiles/home/profiles/shell/htop.nix

5 lines
51 B
Nix

_: {
programs.htop = {
enable = true;
};
}