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://github.com/kaleocheng/nix-dots/tree/master
- 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-science
ffmpeg
font-awesome
fortune
imagemagick
lolcat

View File

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

View File

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