Modularize individual configs

This commit is contained in:
DashieTM 2024-08-24 22:43:03 +02:00
parent 903088cf12
commit d207826769
4 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@
programs = {
nix-ld = {
enable = true;
nix-ld.libraries = with pkgs; [ jdk zlib ];
libraries = with pkgs; [ jdk zlib ];
};
direnv = {
package = pkgs.direnv;