9 lines
97 B
Nix
9 lines
97 B
Nix
{ ... }:
|
|
|
|
{
|
|
home.file.".config/waybar" = {
|
|
source = ./config;
|
|
recursive = true;
|
|
};
|
|
}
|