diff --git a/flake.lock b/flake.lock index c58bd64..55ad98a 100644 --- a/flake.lock +++ b/flake.lock @@ -473,11 +473,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1732808926, - "narHash": "sha256-//MlFWIxY/HSfFhPr92yFAHZpZOdcMKU9MdIo7Tti9Q=", + "lastModified": 1732837919, + "narHash": "sha256-/GySPsuD3UpBLOpr0ZRteN2/zYmlAnrkfIZhvM32AvE=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "22bf2853e6271932f073961f3dbeb0f9ff48493e", + "rev": "8f83d29f00bfa89d1e8fe94b4dda98fe898b6b0e", "type": "github" }, "original": { @@ -770,11 +770,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1732726573, - "narHash": "sha256-gvCPgtcXGf/GZaJBHYrXuM5r2pFRG3VDr7uOb7B1748=", + "lastModified": 1732838896, + "narHash": "sha256-9YfEyCU2wB/aSbtpZ+OHb++xS2Km970Ja33H13oEaWM=", "owner": "nix-community", "repo": "nixvim", - "rev": "fc9178d124eba824f1862513314d351784e1a84c", + "rev": "05331006a42846d6e55129b642485f45f90c9efc", "type": "github" }, "original": { diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a4e9eb7..3cdd5dd 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -127,7 +127,6 @@ libheif.out #kde - kdePackages.systemsettings kdePackages.kate kdePackages.gwenview kdePackages.breeze-icons diff --git a/nixos/nvidia.nix b/nixos/nvidia.nix index ffc0887..935780c 100644 --- a/nixos/nvidia.nix +++ b/nixos/nvidia.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_11;#pkgs.linuxPackages_latest; hardware = { graphics = { enable = true;