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