feat(hyprland): add powermenu script and accompanying bind

This commit is contained in:
ooks-io 2024-03-22 21:59:58 +13:00
parent c98df95f5e
commit 6e4c9283c0
3 changed files with 8 additions and 4 deletions

View file

@ -2,6 +2,7 @@
let
cfg = config.homeModules.desktop.wayland.windowManager.hyprland;
inherit (import ./pkgs {inherit pkgs;}) hyprbrightness hyprvolume hyprkillsession;
inherit (inputs.ooks-scripts.packages.${pkgs.system}) hyprrecord powermenu;
in
{
imports = [
@ -22,7 +23,8 @@ in
hyprvolume
hyprkillsession
hyprbrightness
inputs.hyprrecord.packages.${pkgs.system}.hyprrecord
hyprrecord
powermenu
];
wayland.windowManager.hyprland = {