about summary refs log tree commit diff
path: root/hosts/carmel/home.nix
blob: 6fb5fc211c808c0c5565bf8b143c14a36979d614 (plain) (blame)
1
2
3
4
5
6
{ self, ... }: {

  imports = [
    "${self}/home/modules/home.nixhome"
  ];
}