{ theme, ... }: { imports = [ ./${theme}/hyprland-conf.nix ./${theme}/waybar-conf.nix ]; home.file = { ".config/hypr/hyprland.conf" = { enable = true; text = '' # Laptop specific: monitor=,highrr,auto,1 # https://wiki.hyprland.org/Configuring/Variables/ env = GDK_SCALE,1 env = XCURSOR_SIZE,22 '' }; }; }