diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 14:36:33 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 14:36:33 +0200 |
commit | 4308aef7cc403272be21e71676fa4c1e3deb8d88 (patch) | |
tree | bc653a15c947076fe1bfd54e84121e94c8b26916 /modules | |
parent | feat(home/yt/mpv): Map further keys (diff) | |
download | nixos-config-4308aef7cc403272be21e71676fa4c1e3deb8d88.tar.gz nixos-config-4308aef7cc403272be21e71676fa4c1e3deb8d88.zip |
feat(pkgs/stamp): Init
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix index 4121337c..ad77c5fb 100644 --- a/modules/home/pkgs/default.nix +++ b/modules/home/pkgs/default.nix @@ -196,6 +196,7 @@ with pkgs; let Programming = { GeneralTools = [ + stamp # Add a license header to a file git # the fast distributed version control system git-absorb # git commit --fixup, but automatic git-edit-index # Allows you to edit the indexed version of a file |