summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--users/sils/zsh/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/sils/zsh/default.nix b/users/sils/zsh/default.nix
index 5181b11..8743678 100644
--- a/users/sils/zsh/default.nix
+++ b/users/sils/zsh/default.nix
@@ -55,6 +55,8 @@
       zenv = "nvim ~/.config/zsh/.zshenv";
       o = "xdg-open";
       wget = "wget --hsts-file=${config.xdg.dataHome}/wget-hsts";
+      addagpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt > COPYING";
+      addgpl = "curl https://www.gnu.org/licenses/gpl-3.0.txt > COPYING";
     };
 
     initExtraFirst =