2022-04-30 19:25:38 +00:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: let
|
|
|
|
user = config.pub-solar.user;
|
|
|
|
xdg = config.home-manager.users."${user.name}".xdg;
|
|
|
|
in ''
|
2023-07-20 21:59:36 +00:00
|
|
|
# What happened?
|
|
|
|
#
|
|
|
|
# fix feat build chore ci docs style refactor perf test
|
|
|
|
#
|
|
|
|
# type!(optional scope): <summary> --------------#
|
|
|
|
#
|
2023-07-13 13:53:10 +00:00
|
|
|
|
|
|
|
|
2023-07-20 21:59:36 +00:00
|
|
|
# ^\n
|
|
|
|
# What exactly was done and why? --------------------------------------#
|
|
|
|
#
|
2022-04-30 19:25:38 +00:00
|
|
|
|
|
|
|
|
2023-07-20 21:59:36 +00:00
|
|
|
# ^\n
|
|
|
|
#
|
|
|
|
# Any issue numbers or links?
|
|
|
|
#
|
|
|
|
# Ref: #123
|
2022-04-30 19:25:38 +00:00
|
|
|
|
2022-04-30 19:35:32 +00:00
|
|
|
|
2023-07-20 21:59:36 +00:00
|
|
|
# ^\n
|
|
|
|
#
|
|
|
|
# Co-authored-by: Example Name <email@example.com>
|
2022-04-30 19:25:38 +00:00
|
|
|
''
|