diff options
author | Silas Schöffel <sils@sils.li> | 2024-04-21 16:28:18 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-04-22 17:02:26 +0200 |
commit | a6cadc4508507df73bde0b4148cfb61a59c6b381 (patch) | |
tree | 77ff7d62b5444b1508c9a31fb118a22b89778216 /hm | |
parent | license: add gpl (diff) | |
download | nix-config-a6cadc4508507df73bde0b4148cfb61a59c6b381.tar.gz nix-config-a6cadc4508507df73bde0b4148cfb61a59c6b381.zip |
zsh: add addapache alias
Diffstat (limited to 'hm')
-rw-r--r-- | hm/zsh/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/zsh/default.nix b/hm/zsh/default.nix index ed284b3..a8e5571 100644 --- a/hm/zsh/default.nix +++ b/hm/zsh/default.nix @@ -58,6 +58,7 @@ 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"; + addapache = "curl https://www.apache.org/licenses/LICENSE-2.0.txt > LICENSE"; }; initExtraFirst = |