Unused (was causing eval error with the new home-manager revision)

This commit is contained in:
Andrea Ciceri 2025-04-24 14:05:43 +02:00
parent 79fd28061b
commit f889c8fdda
No known key found for this signature in database

View file

@ -22,8 +22,4 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
rofi-power-menu 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 ]}";
} }