diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-14 20:50:33 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-14 20:52:33 +0100 |
commit | 5040d9d2e951bb65df04041246c1f9a484e91ba2 (patch) | |
tree | cec0593b93a80fdda7be54fe26ac2d809d181fe7 /home-manager/compositor/hyprland.nix | |
parent | 3431a4b4dfbfdcdc83610126a5dc495bebc92b7e (diff) |
move stuff around
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 = { |