nix/htop/default.nix

9 lines
99 B
Nix
Raw Normal View History

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