From 5040d9d2e951bb65df04041246c1f9a484e91ba2 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 14 Nov 2024 20:50:33 +0100 Subject: move stuff around --- home-manager/compositor/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'home-manager/compositor/hyprland.nix') 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 = { -- cgit v1.2.3