diff --git a/common/default.nix b/common/default.nix index 1af7028..38c8885 100644 --- a/common/default.nix +++ b/common/default.nix @@ -55,6 +55,13 @@ i18n.defaultLocale = "en_US.UTF-8"; users.defaultUserShell = pkgs.zsh; + programs = { + nix-ld = { + enable = true; + libraries = with pkgs; [ ]; + }; + }; + security.sudo.extraConfig = '' Defaults lecture = never '';