fix: hyprland monitors
This commit is contained in:
parent
94c073c28a
commit
21dd6582e8
3 changed files with 4 additions and 6 deletions
|
|
@ -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}''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue