From 2ab886b3d443868ac7bebcad1f8d841b12f35022 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 22:35:58 -0500 Subject: [PATCH] fix(greetd): correct package name --- config/hypr/hyprland.conf | 6 ++++-- hosts/xps15/configuration.nix | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 23a706a..d4d0eac 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -88,7 +88,8 @@ bind = ALT, U, layoutmsg, swapprev bind = ALT CTRL, Z, exec, hypr pull $BROWSER bind = ALT CTRL, T, exec, hypr pull $TERMINAL bind = ALT CTRL, V, exec, hypr pull vesktop -bind = ALT CTRL, S, exec, hypr pull signal-desktop +bind = ALT CTRL, M, exec, hypr pull signal-desktop +bind = ALT CTRL, S, exec, hypr pull slack bind = ALT CTRL, Y, exec, hypr pull sioyek bind = ALT SHIFT, T, exec, hypr spawnfocus --ws 1 $TERMINAL @@ -97,7 +98,8 @@ bind = ALT SHIFT, F, togglefloating bind = ALT SHIFT, Q, exec, hypr exit bind = ALT SHIFT, R, exec, hyprctl reload && notify-send 'hyprland reloaded' bind = ALT SHIFT, V, exec, hypr spawnfocus --ws 5 vesktop -bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 6 signal-desktop +bind = ALT SHIFT, M, exec, hypr spawnfocus --ws 6 signal-desktop +bind = ALT SHIFT, S, exec, hypr spawnfocus --ws 7 slack bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek bind = , XF86Tools, submap, scripts diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index d4c688e..9e1d8e4 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -6,7 +6,7 @@ }: let - tuigreet = lib.getExe pkgs.greetd.tuigreet; + tuigreet = lib.getExe pkgs.tuigreet; loginShell = pkgs.writeShellScript "login-shell" '' exec $(getent passwd $(id -un) | cut -d: -f7) -l '';