From e3f5070e678c02e6fef10fb9d9a73539d1c196c9 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 16 Jul 2024 19:21:18 +0300 Subject: [PATCH] feat(roles/hyprland): bemenu in systemPackages --- roles/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/hyprland.nix b/roles/hyprland.nix index 3259b45..5fc4f28 100644 --- a/roles/hyprland.nix +++ b/roles/hyprland.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, ... }: let cfg = config.roles.hyprland; @@ -10,6 +11,8 @@ in { }; config = lib.mkIf cfg.enable { + environment.systemPackages = [pkgs.bemenu]; + programs.hyprland.enable = true; hm = { -- 2.44.1