index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2023-09-22 16:47:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 16:47:50 +0200 |
commit | ca3051ebf3ddd45f90a3bd3244df4640fb0b1c58 (patch) | |
tree | 811ebe3f846464a19f8da89e33ea94c15ccb61c6 /archinstall/default_profiles | |
parent | d6e3a4651f2ff944a00e8acfb316db8be2fbcf3e (diff) |
-rw-r--r-- | archinstall/default_profiles/desktops/hyprland.py | 3 |
diff --git a/archinstall/default_profiles/desktops/hyprland.py b/archinstall/default_profiles/desktops/hyprland.py index f464c828..065ca6f2 100644 --- a/archinstall/default_profiles/desktops/hyprland.py +++ b/archinstall/default_profiles/desktops/hyprland.py @@ -26,6 +26,9 @@ class HyprlandProfile(XorgProfile): return [ "hyprland", "dunst", + "kitty", + "dolphin", + "wofi", "xdg-desktop-portal-hyprland", "qt5-wayland", "qt6-wayland" |