mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-26 10:04:24 +02:00
materusPC: add nix ld
This commit is contained in:
parent
533691247d
commit
6ac8524294
@ -2,6 +2,11 @@
|
||||
{
|
||||
|
||||
services.jackett.enable = true;
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
|
||||
];
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
#(pkgs.lutris.override { extraLibraries = pkgs: with pkgs; [ pkgs.samba pkgs.jansson pkgs.tdb pkgs.libunwind pkgs.libusb1 pkgs.gnutls pkgs.gtk3 pkgs.pango ]; })
|
||||
|
Loading…
x
Reference in New Issue
Block a user