{ pkgs, ... }: { home.packages = [ pkgs.hyprland ]; programs.hyprland = { enable = true; }; home.file."./config/hyprland.conf" = { source = "./custom/hyprland.conf"; force = true; }; }