hyprland: remove old removed options

Been several years, don't need hanging around anymore.
This commit is contained in:
Austin Horstman
2026-05-14 10:25:14 -05:00
parent c3e7eb98c3
commit 3d4f5477f0

View File

@@ -45,39 +45,6 @@ in
{
meta.maintainers = [ lib.maintainers.fufexan ];
# A few option removals and renames to aid those migrating from the upstream
# module.
imports = [
(lib.mkRemovedOptionModule # \
[ "wayland" "windowManager" "hyprland" "disableAutoreload" ]
"Autoreloading now always happens"
)
(lib.mkRemovedOptionModule # \
[ "wayland" "windowManager" "hyprland" "recommendedEnvironment" ]
"Recommended environment variables are now always set"
)
(lib.mkRemovedOptionModule # \
[ "wayland" "windowManager" "hyprland" "xwayland" "hidpi" ]
"HiDPI patches are deprecated. Refer to <https://wiki.hypr.land/Configuring/Advanced-and-Cool/XWayland>"
)
(lib.mkRemovedOptionModule # \
[ "wayland" "windowManager" "hyprland" "nvidiaPatches" ] # \
"Nvidia patches are no longer needed"
)
(lib.mkRemovedOptionModule # \
[ "wayland" "windowManager" "hyprland" "enableNvidiaPatches" ] # \
"Nvidia patches are no longer needed"
)
(lib.mkRenamedOptionModule # \
[ "wayland" "windowManager" "hyprland" "systemdIntegration" ] # \
[ "wayland" "windowManager" "hyprland" "systemd" "enable" ]
)
];
options.wayland.windowManager.hyprland = {
enable = lib.mkOption {
type = lib.types.bool;