[go: up one dir, main page]

Skip to content

Commit

Permalink
hyprland: fix monitor-attached pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Sep 8, 2024
1 parent b4285ef commit a387fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/wm/hyprland/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ in
${workspaceConf { monitor = "${scripts.extMonitor}"; }}
exec- class=pl-s1>${lib.exe scripts.monitorInit}
exec- class="pl-s1">${lib.exe pkgs.hypr-monitor-attached} ${lib.exe scripts.monitorAdded} ${lib.exe scripts.monitorRemoved}
exec- class="pl-s1">${lib.exe pkgs.hyprland-monitor-attached} ${lib.exe scripts.monitorAdded} ${lib.exe scripts.monitorRemoved}
exec- class=pl-s1>${lib.exe pkgs.hyprpaper}
exec- class=pl-s1>${pkgs.pyprland}/bin/pypr
exec- class=pl-s1>${pkgs.blueman}/bin/blueman-applet
Expand Down

0 comments on commit a387fd4

Please sign in to comment.