about summary refs log tree commit diff stats
path: root/home-manager/config/himalaya/default.nix
blob: fcc768b26e86d0e47dfff0fd268726026b90cb7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{...}: {
  programs.himalaya = {
    enable = true;
    settings = {
      # TODO
    };
  };
}
# vim: ts=2