Add waybar stuff
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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;
|
||||||
|
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user