Trying to add intel-unite
This commit is contained in:
parent
5f17e46132
commit
45bb7e46ba
6 changed files with 138 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
|
@ -32,7 +32,33 @@
|
|||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
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
|
||||
];
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue