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

View file

@ -2,9 +2,9 @@
description = "NixOS Configuration"; description = "NixOS Configuration";
inputs = { 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/?ref=e7f16004a749b67628898c1eda4beee6ef84f4c0";
nixpkgs.url = "github:NixOS/nixpkgs/gnome"; # nixpkgs.url = "github:NixOS/nixpkgs/gnome";
# nixpkgs.url = "github:LyesSaadi/nixpkgs/unstablegnome47"; # nixpkgs.url = "github:LyesSaadi/nixpkgs/unstablegnome47";
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";

View file

@ -35,31 +35,31 @@
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
programs.nix-ld = { # programs.nix-ld = {
enable = true; # enable = true;
libraries = with pkgs; [ # libraries = with pkgs; [
glib # glib
nss # nss
nspr # nspr
cups # cups
dbus # dbus
expat # expat
xorg.libxcb # xorg.libxcb
libxkbcommon # libxkbcommon
cairo # cairo
pango # pango
at-spi2-atk # at-spi2-atk
libdrm # libdrm
xorg.libX11 # xorg.libX11
xorg.libXcomposite # xorg.libXcomposite
xorg.libXdamage # xorg.libXdamage
xorg.libXext # xorg.libXext
xorg.libXfixes # xorg.libXfixes
xorg.libXrandr # xorg.libXrandr
mesa # mesa
alsa-lib # alsa-lib
]; # ];
}; # };
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions

View file

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

View file

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

View file

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