diff --git a/users/simon/modules/zsh.nix b/users/simon/modules/zsh.nix index 7a873b9..611d77a 100644 --- a/users/simon/modules/zsh.nix +++ b/users/simon/modules/zsh.nix @@ -1,10 +1,12 @@ -{ pkgs, ... }: +{ lib, pkgs, ... }: let dircolors-solarized = pkgs.fetchFromGitHub { owner = "seebi"; repo = "dircolors-solarized"; rev = "65d4d595ceca96166139862131a006fa3079e00a"; sha256 = "1nl5rs24gi7zqg7nqsbf9fa94yggwzqf3n3imxgfywl8jny3cj1q"; + + meta.license = lib.licenses.mit; }; in {