about summary refs log tree commit diff stats
path: root/home-manager/yambar/default.nix
blob: 9401440e0e68038723f1fbec6e2802fe48f8d7cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."yambar/config.yaml".source = ./config/config.yaml;
  xdg.configFile."yambar/scripts".source = ./scripts;
}
# vim: ts=2