Trying to add intel-unite 2 & update
This commit is contained in:
parent
45bb7e46ba
commit
7d06c6ce45
6 changed files with 44 additions and 41 deletions
|
|
@ -35,31 +35,31 @@
|
|||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
glib
|
||||
nss
|
||||
nspr
|
||||
cups
|
||||
dbus
|
||||
expat
|
||||
xorg.libxcb
|
||||
libxkbcommon
|
||||
cairo
|
||||
pango
|
||||
at-spi2-atk
|
||||
libdrm
|
||||
xorg.libX11
|
||||
xorg.libXcomposite
|
||||
xorg.libXdamage
|
||||
xorg.libXext
|
||||
xorg.libXfixes
|
||||
xorg.libXrandr
|
||||
mesa
|
||||
alsa-lib
|
||||
];
|
||||
};
|
||||
# programs.nix-ld = {
|
||||
# enable = true;
|
||||
# libraries = with pkgs; [
|
||||
# glib
|
||||
# nss
|
||||
# nspr
|
||||
# cups
|
||||
# dbus
|
||||
# expat
|
||||
# xorg.libxcb
|
||||
# libxkbcommon
|
||||
# cairo
|
||||
# pango
|
||||
# at-spi2-atk
|
||||
# libdrm
|
||||
# xorg.libX11
|
||||
# xorg.libXcomposite
|
||||
# xorg.libXdamage
|
||||
# xorg.libXext
|
||||
# xorg.libXfixes
|
||||
# xorg.libXrandr
|
||||
# mesa
|
||||
# alsa-lib
|
||||
# ];
|
||||
# };
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue