Skip to content

Commit

Permalink
Add applications to Hyprland desktop profile (archlinux#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
udqy authored May 5, 2024
1 parent 3ccb514 commit e5b6f46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion archinstall/default_profiles/desktops/hyprland.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ def packages(self) -> List[str]:
"wofi",
"xdg-desktop-portal-hyprland",
"qt5-wayland",
"qt6-wayland"
"qt6-wayland",
"polkit-kde-agent",
"grim",
"slurp"
]

@property
Expand Down

0 comments on commit e5b6f46

Please sign in to comment.