hyprland: include utility packages in bundle

This commit is contained in:
2026-05-29 23:16:36 -07:00
parent 67859a5436
commit 531ad1602b

View File

@@ -351,8 +351,27 @@
hyprlandConfigSyntax = import ../checks/hyprland-config-syntax { hyprlandConfigSyntax = import ../checks/hyprland-config-syntax {
inherit pkgs hyprlandConfigDir; inherit pkgs hyprlandConfigDir;
}; };
hyprlandUtilityPackages = with pkgs; [
hyprpaper
neowall
hypridle
hyprlock
hyprcursor
wl-clipboard
wtype
cliphist
grim
slurp
swappy
nwg-displays
mpvpaper
ddcutil
jq
lua5_4
];
hyprlandStuffPaths = hyprlandStuffPaths =
[ hyprlandUtilityPackages
++ [
hyprlandPackage hyprlandPackage
llvmNmCompat llvmNmCompat
hyprRofiLayout hyprRofiLayout
@@ -374,6 +393,7 @@
baseHyprlandPackage baseHyprlandPackage
hyprlandPackage hyprlandPackage
hyprlandPluginPackages hyprlandPluginPackages
hyprlandUtilityPackages
hyprlandConfigSyntax hyprlandConfigSyntax
; ;
}; };
@@ -399,6 +419,7 @@ in {
hyprlandPackage hyprlandPackage
hyprlandPluginPackages hyprlandPluginPackages
hyprlandStuff hyprlandStuff
hyprlandUtilityPackages
hyprtasking hyprtasking
hyprwinview hyprwinview
hyprwobbly hyprwobbly