aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/eye/home.nix
blob: 3479dc6fae1adab6aeb459dde8193bb940d79583 (plain) (blame)
1
2
3
4
5
6
7
8
{
  imports = [
    ../../home
    ../../home/core
    ../../home/desktop
    ../../home/dev
  ];
}