feat: add nix-ld module to enable Nix linker support
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
../../modules/system/fonts.nix
|
../../modules/system/fonts.nix
|
||||||
../../modules/system/gaming.nix
|
../../modules/system/gaming.nix
|
||||||
../../modules/system/graphics.nix
|
../../modules/system/graphics.nix
|
||||||
|
../../modules/system/nix-ld.nix
|
||||||
../../modules/system/packages.nix
|
../../modules/system/packages.nix
|
||||||
../../modules/system/shells.nix
|
../../modules/system/shells.nix
|
||||||
../../modules/system/users.nix
|
../../modules/system/users.nix
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user