2023-08-15 11:25:29 +02:00
|
|
|
{ hostname, ...}: {
|
2023-08-14 14:57:17 +02:00
|
|
|
home.file = {
|
2023-08-14 08:04:03 +02:00
|
|
|
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
|
|
|
# Waybar configuration
|
2023-08-14 15:06:52 +02:00
|
|
|
".config/waybar/config.jsonc" = {
|
2023-08-14 08:04:03 +02:00
|
|
|
enable = true;
|
|
|
|
executable = false;
|
|
|
|
text = "";
|
2023-08-14 14:57:37 +02:00
|
|
|
};
|
2023-08-14 08:04:03 +02:00
|
|
|
# Waybar theming
|
2023-08-14 15:06:52 +02:00
|
|
|
".config/waybar/style.css" = {
|
2023-08-14 08:04:03 +02:00
|
|
|
enable = true;
|
|
|
|
executable = false;
|
|
|
|
text = "";
|
|
|
|
};
|
2023-08-14 14:57:17 +02:00
|
|
|
};
|
2023-08-14 08:04:03 +02:00
|
|
|
}
|