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