about summary refs log tree commit diff
path: root/hosts/aptos/home.nix
blob: 7df05373f80dd88729467f06016ac683b59d4915 (plain) (blame)
1
2
3
4
5
6
7
{ self, ... }: {
  imports = [
    "${self}/home/profiles/home.nix"
    "${self}/home/profiles/workstation.nix"
    "${self}/home/profiles/sway.nix"
  ];
}