Trying to add intel-unite 2 & update

This commit is contained in:
Lyes Saadi 2024-10-15 20:54:36 +02:00
parent 45bb7e46ba
commit 7d06c6ce45
No known key found for this signature in database
GPG key ID: 17418538BAA17767
6 changed files with 44 additions and 41 deletions

View file

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

View file

@ -5,10 +5,10 @@
networking.networkmanager.enable = true;
networking.nameservers = [
"1.1.1.1#one.one.one.one"
"1.0.0.1#one.one.one.one"
"9.9.9.9"
"149.112.112.112"
"1.1.1.1#one.one.one.one"
"1.0.0.1#one.one.one.one"
"2620:fe::fe"
"2620:fe::9"
];
@ -18,10 +18,10 @@
dnssec = "true";
domains = [ "~." ];
fallbackDns = [
"1.1.1.1#one.one.one.one"
"1.0.0.1#one.one.one.one"
"9.9.9.9"
"149.112.112.112"
"1.1.1.1#one.one.one.one"
"1.0.0.1#one.one.one.one"
"2620:fe::fe"
"2620:fe::9"
];

View file

@ -145,6 +145,7 @@ in {
typst
typst-live
tinymist
zotero
# Multimedia
pipewire.dev