feat(hyprland): add powermenu script and accompanying bind
This commit is contained in:
parent
c98df95f5e
commit
6e4c9283c0
3 changed files with 8 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue