Auto-commit: 2026-01-05 18:24:50
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, config, lib, ... }:
|
||||
let
|
||||
cfg = config.my;
|
||||
in
|
||||
{
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
programs.nix-ld = lib.mkIf (cfg.rgb.enable || cfg.openlinkhub.enable ) {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
glibc
|
||||
xorg.libX11
|
||||
@@ -32,4 +36,5 @@
|
||||
libxcb.out
|
||||
libxkbcommon.out
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user