summaryrefslogtreecommitdiff
path: root/hm/conf/conf.nix
blob: c05c5c39b6f33847cb67cba800421dd7af3ada25 (plain)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  imports = [
    ./clip.nix
    ./git.nix
    ./ssh.nix
    ./xdg-dirs.nix
  ];
}