{
  config,
  lib,
  pkgs,
  ...
}:

{
  xdg.configFile = {
    "hypr/hyprland.conf".source = ./hyprland.conf;
    "hypr/show-hide.sh".source = ./show-hide.sh;
  };

  imports = [
    ./hyprlock.nix
    ./hypridle.nix
  ];
}