diff options
Diffstat (limited to 'home-manager/compositor/hyprland.nix')
-rw-r--r-- | home-manager/compositor/hyprland.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix index bd6fdfd..3c9eecb 100644 --- a/home-manager/compositor/hyprland.nix +++ b/home-manager/compositor/hyprland.nix @@ -6,6 +6,11 @@ let default = "${poly}"; in { + home.packages = with pkgs; [ + rofi-wayland-unwrapped + rofi-rbw-wayland + ]; + wayland.windowManager.hyprland.enable = true; wayland.windowManager.hyprland.systemd.enable = true; wayland.windowManager.hyprland.settings = { |