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