about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-23 14:36:33 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-23 14:36:33 +0200
commit4308aef7cc403272be21e71676fa4c1e3deb8d88 (patch)
treebc653a15c947076fe1bfd54e84121e94c8b26916 /modules
parentfeat(home/yt/mpv): Map further keys (diff)
downloadnixos-config-4308aef7cc403272be21e71676fa4c1e3deb8d88.tar.gz
nixos-config-4308aef7cc403272be21e71676fa4c1e3deb8d88.zip
feat(pkgs/stamp): Init
Diffstat (limited to 'modules')
-rw-r--r--modules/home/pkgs/default.nix1
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