pinwheel: Extract bemenu module
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
./modules/hyprland
|
||||
./modules/waybar
|
||||
./modules/swaylock
|
||||
./modules/bemenu
|
||||
./modules/syncthing
|
||||
./modules/firefox
|
||||
./modules/calibre
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
emacs
|
||||
gnumake
|
||||
tig
|
||||
bemenu
|
||||
];
|
||||
|
||||
services.dunst.enable = true;
|
||||
|
||||
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'"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -68,8 +68,6 @@
|
||||
select ++ move ++ [
|
||||
"$mod SHIFT, x, exec, systemctl suspend"
|
||||
|
||||
"$mod, SPACE, exec, bemenu-run --fn 'DejaVuSansM Nerd Font Mono 14'"
|
||||
|
||||
"$mod, ESCAPE, killactive"
|
||||
|
||||
"$mod, f, fullscreen, 1"
|
||||
|
||||
Reference in New Issue
Block a user