summaryrefslogtreecommitdiff
path: root/home/cez/home.nix
blob: 018c19c7cfd29bc9bfed1dc983ab9aaff9d57ff9 (plain) (blame)
1
2
3
4
5
6
{ ... }: {
  imports = [
    ../pc/home.nix
    ./modules/wayland.nix
  ];
}