diff --git a/home-manager/common/desktops/hyprland/components/default.nix b/home-manager/common/desktops/hyprland/components/default.nix index ecf66c98..c5a0f5d5 100644 --- a/home-manager/common/desktops/hyprland/components/default.nix +++ b/home-manager/common/desktops/hyprland/components/default.nix @@ -2,10 +2,10 @@ imports = [ ./hyprland.nix ./mako.nix - ./rofi.nix ./swaylock.nix ./swayosd.nix ./waybar.nix ./wlogout.nix ]; + programs.fuzzel.enable = true; } \ No newline at end of file diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 70c9ca7a..c1f4b5c6 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -145,7 +145,7 @@ ############################################################################# # Custom keybinds # Show Rofi on SUPER-SPACE - ''SUPER, space, exec, rofi -show combi -show-icons'' + ''SUPER, space, exec, fuzzel'' # ''SUPER, space, exec, rofi -show drun -show-icons # Take a screenshot with the Print key'' '', Print, exec, grim -g "$(slurp)" | wl-copy -t image/png''