nixos-surface-config/homeManagerModules/htop.nix
Rohan Deshpande b0462a90af first commit
2024-09-08 20:27:05 -04:00

4 lines
56 B
Nix

{config, pkgs, ...}: {
programs.htop.enable = true;
}