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

{
  xdg.configFile = {
    "hypr/hyprland.conf".source = ./hyprland.conf;
  };
}