nix/desktops/hyprland/waybar/gruvbox.nix

16 lines
385 B
Nix
Raw Normal View History

2023-08-14 08:04:03 +02:00
{...}: {
# Called from: /hosts/${hostname}/desktops/hyprland-conf.nix
# https://yewtu.be/watch?v=tWQB1NDDA9c
# Waybar configuration
"~/.config/waybar/config.jsonc" = {
enable = true;
executable = false;
text = "";
}
# Waybar theming
"~/.config/waybar/style.css" = {
enable = true;
executable = false;
text = "";
};
}