nix/htop/default.nix
2022-11-30 14:35:03 -05:00

9 lines
99 B
Nix

{ config, pkgs, ... }:
{
xdg.configFile."htop/htoprc" = {
source = ./config/htoprc;
};
}