This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
21
modules/home/hyprland/applications/bemenu/default.nix
Normal file
21
modules/home/hyprland/applications/bemenu/default.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.wayland.windowManager.hyprland;
|
||||
app = cfg.applications.applauncher.default;
|
||||
|
||||
inherit (lib) mkIf;
|
||||
in
|
||||
{
|
||||
imports = [ ../../../bemenu ];
|
||||
|
||||
config = mkIf (cfg.enable && app == "bemenu") {
|
||||
programs.bemenu = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue