about summary refs log tree commit diff stats
path: root/home-manager/grades/default.nix
blob: a63c6320df6e46a3aa5f1ad484880da15afe4d58 (plain) (blame)
1
2
3
4
5
6
7
{config, ...}: {
  xdg.configFile."grades/config.yaml" = {
    enable = true;
    target = "grades/config.yaml";
    source = "./config.yaml";
  };
}