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

20
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1727383923,
"narHash": "sha256-4/vacp3CwdGoPf8U4e/N8OsGYtO09WTcQK5FqYfJbKs=",
"lastModified": 1728903686,
"narHash": "sha256-ZHFrGNWDDriZ4m8CA/5kDa250SG1LiiLPApv1p/JF0o=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "ffe2d07e771580a005e675108212597e5b367d2d",
"rev": "e1aec543f5caf643ca0d94b6a633101942fd065f",
"type": "github"
},
"original": {
@ -38,11 +38,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1727665282,
"narHash": "sha256-oKtfbQB1MBypqIyzkC8QCQcVGOa1soaXaGgcBIoh14o=",
"lastModified": 1728729581,
"narHash": "sha256-oazkQ/z7r43YkDLLQdMg8oIB3CwWNb+2ZrYOxtLEWTQ=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "11c43c830e533dad1be527ecce379fcf994fbbb5",
"rev": "a8dd1b21995964b115b1e3ec639dd6ce24ab9806",
"type": "github"
},
"original": {
@ -54,16 +54,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1727785055,
"narHash": "sha256-+BT8r1gbFaRAKkl/OFaCFDu1e0Km4UkPt6xZ7wa4B1M=",
"lastModified": 1728888510,
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d77326fb9ba777e918d8c8dfb930c1771db2c4f2",
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "gnome",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,9 +2,9 @@
description = "NixOS Configuration";
inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/?ref=e7f16004a749b67628898c1eda4beee6ef84f4c0";
nixpkgs.url = "github:NixOS/nixpkgs/gnome";
# nixpkgs.url = "github:NixOS/nixpkgs/gnome";
# nixpkgs.url = "github:LyesSaadi/nixpkgs/unstablegnome47";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";

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

View file

@ -20,6 +20,7 @@ let
installPhase = ''
mkdir -p $out/opt
rm -rf lib/
mv * $out/opt/
'';
@ -44,6 +45,7 @@ let
libdrm
mesa
alsa-lib
swiftshader
]) ++ (with pkgs.xorg; [
libxcb
libX11