Unused (was causing eval error with the new home-manager revision)
This commit is contained in:
parent
79fd28061b
commit
f889c8fdda
1 changed files with 0 additions and 4 deletions
|
@ -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 ]}";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue