remove warning

This commit is contained in:
KoenDR06 2025-11-27 17:57:30 +01:00
parent cab0af381c
commit 70d52822df
2 changed files with 2 additions and 5 deletions

View file

@ -275,7 +275,7 @@ in {
allow_session_lock_restore = ${boolToString hypr.misc.allowSessionLockRestore} allow_session_lock_restore = ${boolToString hypr.misc.allowSessionLockRestore}
background_color = ${toString hypr.misc.backgroundColor} background_color = ${toString hypr.misc.backgroundColor}
close_special_on_empty = ${boolToString hypr.misc.closeSpecialOnEmpty} close_special_on_empty = ${boolToString hypr.misc.closeSpecialOnEmpty}
on_focus_under_fullscreen = ${toString hypr.misc.onFocusUnderFullscreen} #on_focus_under_fullscreen = ${toString hypr.misc.onFocusUnderFullscreen}
exit_window_retains_fullscreen = ${boolToString hypr.misc.exitWindowRetainsFullscreen} exit_window_retains_fullscreen = ${boolToString hypr.misc.exitWindowRetainsFullscreen}
initial_workspace_tracking = ${toString hypr.misc.initialWorkspaceTracking} initial_workspace_tracking = ${toString hypr.misc.initialWorkspaceTracking}
middle_click_paste = ${boolToString hypr.misc.middleClickPaste} middle_click_paste = ${boolToString hypr.misc.middleClickPaste}

View file

@ -1,7 +1,4 @@
{ {lib, ...}: let
lib,
...
}: let
inherit (lib) mkOption types; inherit (lib) mkOption types;
# v0.52.0 # v0.52.0