summaryrefslogtreecommitdiff
path: root/home-manager/wayland/home.nix
blob: 9e3f4ad9bf884a0006a4181e990d23050f9bf46a (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }: {
  imports = [
    ../common/home.nix
    ./modules/foot.nix
    ./modules/zathura.nix
    ./modules/mako.nix
  ];
}