Use rofi-power-menu

This commit is contained in:
Andrea Ciceri 2025-01-10 20:50:46 +01:00
parent 66fd1c3066
commit 37de97df46
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 8 additions and 0 deletions

View file

@ -19,6 +19,10 @@
fi
'';
home.packages = with pkgs; [
rofi-power-menu
];
# waybar needs the hyprctl binary in PATH when started in hyprland
# TODO still needed?
systemd.user.services.waybar.Service.Environment = "PATH=${lib.makeBinPath [ pkgs.hyprland ]}";