17 lines
No EOL
348 B
Nix
17 lines
No EOL
348 B
Nix
{ hostname, ...}: {
|
|
home.file = {
|
|
# 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 = "";
|
|
};
|
|
};
|
|
} |