nix/home-manager/htop/default.nix

8 lines
98 B
Nix
Raw Normal View History

2022-11-30 19:35:03 +00:00
{ config, pkgs, ... }:
{
xdg.configFile."htop/htoprc" = {
source = ./config/htoprc;
};
}