nix/hosts/nixos-laptop/home-manager/waybar-conf.nix
2023-08-15 11:18:30 +09:00

18 lines
No EOL
403 B
Nix

{...}: {
home.file = {
# 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 = "";
};
};
}