summaryrefslogtreecommitdiff
path: root/home-manager/gui/home.nix
blob: aa3ab46df29e2d910f7af4c1b1e2fa80ce298783 (plain) (blame)
1
2
3
4
5
6
{ ... }: {
  imports = [
    ../common/home.nix
    ./modules/foot.nix
  ];
}