summary refs log tree commit diff stats
path: root/hm/grades/default.nix
blob: 64af8a63c18e40f7ddd937fd763591ead0b1eb11 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  config,
  grades,
  ...
}: {
  xdg.configFile."grades/config.yaml".source = ./config.yaml;

  home.packages = [grades];
}