Modularize individual configs
This commit is contained in:
parent
903088cf12
commit
d207826769
4 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue