diff --git a/flake.lock b/flake.lock index b8e9a73..57ceb11 100644 --- a/flake.lock +++ b/flake.lock @@ -512,11 +512,11 @@ ] }, "locked": { - "lastModified": 1730837930, - "narHash": "sha256-0kZL4m+bKBJUBQse0HanewWO0g8hDdCvBhudzxgehqc=", + "lastModified": 1732025103, + "narHash": "sha256-qjEI64RKvDxRyEarY0jTzrZMa8ebezh2DEZmJJrpVdo=", "owner": "nix-community", "repo": "home-manager", - "rev": "2f607e07f3ac7e53541120536708e824acccfaa8", + "rev": "a46e702093a5c46e192243edbd977d5749e7f294", "type": "github" }, "original": { @@ -920,11 +920,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1730785428, - "narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=", + "lastModified": 1732014248, + "narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7", + "rev": "23e89b7da85c3640bbc2173fe04f4bd114342367", "type": "github" }, "original": { diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index b9e8b0a..d95ec38 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -71,7 +71,7 @@ in { localsend #element-desktop krita - libreoffice-fresh + libreoffice screenshot #anki TODO broken because pyqt6 build fails p7zip @@ -82,7 +82,7 @@ in { pinta # paint #qalculate-qt # calculator TODO build broken #libsForQt5.kcalc - #syncthingtray #doesnt work with socket yet + syncthingtray #doesnt work with socket yet v4l-utils logseq # notes xarchiver # archive tool diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 2ea2f6b..94b4961 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -78,6 +78,8 @@ }; }; + #nvidida drivers fail to build on new kernel https://github.com/NixOS/nixpkgs/issues/357643 + boot.kernelPackages = lib.mkForce pkgs.linuxKernel.packages.linux_6_11; nixpkgs.config.permittedInsecurePackages = [ "electron-28.3.3" "electron-27.3.11" ];