pinwheel: Extract bemenu module
This commit is contained in:
14
hosts/pinwheel/modules/bemenu/default.nix
Normal file
14
hosts/pinwheel/modules/bemenu/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ home-manager, pkgs, ... }:
|
||||
{
|
||||
home-manager.users.alex = {
|
||||
home.packages = [ pkgs.bemenu ];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
bind = [
|
||||
"$mod, SPACE, exec, ${pkgs.bemenu}/bin/bemenu-run --fn 'DejaVuSansM Nerd Font Mono 14'"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user