# yukari is an arch-based (for now) distro running in Windows under WSL
# as such, it does not have or need a graphical shell
{ inputs, lib, pkgs, ... }: {
  imports = [
    ./global.nix
    ./desktop/hyprland
  ];
}