fix: hyprland monitors

This commit is contained in:
DACHXY 2025-04-12 14:08:03 +08:00
parent 94c073c28a
commit 21dd6582e8
3 changed files with 4 additions and 6 deletions

View file

@ -12,9 +12,6 @@ let
startScript = import ./hypr/exec.nix {
inherit
pkgs
lib
inputs
system
terminal
;
xcursor-size = settings.hyprland.xcursor-size;
@ -72,7 +69,7 @@ in
binde = import ./hypr/binde.nix { inherit mainMod; };
monitor = import ./hypr/monitor.nix;
plugin = plugins;
exec-once = ''${startScript}'';
exec-once = [ ''${startScript}'' ];
env = [
''HYPRCURSOR_THEME, ${cursorName}''
''HYPRCURSOR_SIZE, ${builtins.toString settings.hyprland.cursor-size}''