nix/htop/default.nix

8 lines
98 B
Nix

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