Trying to add intel-unite

This commit is contained in:
Lyes Saadi 2024-10-08 11:34:33 +02:00
parent 5f17e46132
commit 45bb7e46ba
No known key found for this signature in database
GPG key ID: 17418538BAA17767
6 changed files with 138 additions and 14 deletions

View file

@ -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

View file

@ -117,6 +117,7 @@ in {
ocaml
ocamlPackages.ocaml-lsp
ocamlPackages.ocamlformat
opam
ledit
nodejs
nil