summaryrefslogtreecommitdiff
path: root/home-manager/modules/default.nix
blob: 104148ed0a2706225984e25b255a593f643196ec (plain)
1
2
3
4
5
6
{...}: {
  imports = [
    ./aesthetics
    ./default-apps.nix
  ];
}