about summary refs log tree commit diff
path: root/hosts/tahoe/home.nix
blob: 9177e59df4d0c28bcb14867e31cc275fec58adcd (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, self, ... }:

{
  imports = [
    "${self}/home/profiles/home.nix"
    "${self}/home/profiles/nas.nix"
  ];
}