Add waybar stuff

This commit is contained in:
2025-06-09 23:04:23 -04:00
parent 18a2072070
commit de76251c18
4 changed files with 6 additions and 2 deletions

View File

@@ -13,3 +13,4 @@ this is probably not that great of a reference.
- https://nixos-and-flakes.thiscute.world/ - https://nixos-and-flakes.thiscute.world/
- https://github.com/kaleocheng/nix-dots/tree/master - https://github.com/kaleocheng/nix-dots/tree/master
- https://gist.github.com/0atman/1a5133b842f929ba4c1e195ee67599d5 - https://gist.github.com/0atman/1a5133b842f929ba4c1e195ee67599d5
- https://github.com/woioeow/hyprland-dotfiles/tree/main

View File

@@ -188,6 +188,7 @@
aspellDicts.en-computers aspellDicts.en-computers
aspellDicts.en-science aspellDicts.en-science
ffmpeg ffmpeg
font-awesome
fortune fortune
imagemagick imagemagick
lolcat lolcat

View File

@@ -146,9 +146,11 @@
logiops logiops
picard picard
protonmail-bridge protonmail-bridge
runelite
thunderbird thunderbird
vcv-rack vcv-rack
runelite waybar
waybar-mpris
]; ];
services.arrpc.enable = true; services.arrpc.enable = true;

View File

@@ -4,7 +4,7 @@
... ...
}: { }: {
programs.waybar = { programs.waybar = {
enable = true; enable = false;
systemd = { systemd = {
enable = true; enable = true;
target = "hyprland-session.target"; target = "hyprland-session.target";