mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat(nixos): add nix-ld
This commit is contained in:
parent
a2f0329248
commit
a98be4410a
2 changed files with 4 additions and 0 deletions
|
|
@ -9,5 +9,6 @@
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./ydotool.nix
|
./ydotool.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
|
./nix-ld.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
3
hosts/nixos/modules/programs/nix-ld.nix
Normal file
3
hosts/nixos/modules/programs/nix-ld.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue