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 = lib.mkIf (cfg.rgb.enable || cfg.openlinkhub.enable ) {
|
||||||
programs.nix-ld.libraries = with pkgs; [
|
enable = true;
|
||||||
|
libraries = with pkgs; [
|
||||||
stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
glibc
|
glibc
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
@@ -32,4 +36,5 @@
|
|||||||
libxcb.out
|
libxcb.out
|
||||||
libxkbcommon.out
|
libxkbcommon.out
|
||||||
];
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user