summaryrefslogtreecommitdiff
path: root/home/wayland/home.nix
blob: 98053c7e88f6996f8490999e9c0b9cb27d5c2417 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ ... }: {
  imports = [
    ../common/home.nix
    ./modules/foot.nix
    ./modules/zathura.nix
    ./modules/firefox.nix
    ./modules/mimeapps.nix
    ./modules/sway/home.nix
  ];
}