diff options
| -rw-r--r-- | flake.lock | 51 | ||||
| -rw-r--r-- | os/core/drivers.nix | 2 |
2 files changed, 10 insertions, 43 deletions
@@ -161,40 +161,7 @@ "narHash": "sha256-6Cwtvzrw79cOk1lCzN2aKSVrpgSOSQoYhyMmhXXZjTA=", "owner": "nix-community", "repo": "home-manager", -<<<<<<< Updated upstream "rev": "2539eba97a6df237d75617c25cd2dbef92df3d5b", -======= - "rev": "27a6182347ccae90a88231ae0dc5dfa7d15815bb", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "home-manager_2": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1767901774, - "narHash": "sha256-Zf21x7yWdFI2lwNRcO76FjoKlB2sRCxNTW97ekeftvo=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "37158e52675b77da7d2eab3579011659eaedde1d", -<<<<<<< Updated upstream -<<<<<<< Updated upstream -<<<<<<< Updated upstream ->>>>>>> Stashed changes -======= ->>>>>>> Stashed changes -======= ->>>>>>> Stashed changes -======= ->>>>>>> Stashed changes "type": "github" }, "original": { @@ -410,11 +377,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1769247851, - "narHash": "sha256-fbsopU0qWfqq1WRKjWYpYCMxmEYyq+Cmw++VXVke5Ns=", + "lastModified": 1769371381, + "narHash": "sha256-9bC3eGKPUSb13wcjT8BT3wpqicLs/Vw1OU22WYLNYnY=", "owner": "nix-community", "repo": "nixvim", - "rev": "34a7d94cdcd2b034eb06202992bed1345aa046c9", + "rev": "f5525b2c35c870010a4842032040ad092800acd4", "type": "github" }, "original": { @@ -431,11 +398,11 @@ ] }, "locked": { - "lastModified": 1769368461, - "narHash": "sha256-6J98zDiJE/Vb3hKHaMUdlMd7c2Wyo3/b76O1BAR3LLg=", + "lastModified": 1769374365, + "narHash": "sha256-H0dhx+rq1FT4tJcOXWLebdkuabTaWli8fXS1FarpDjc=", "owner": "nix-community", "repo": "NUR", - "rev": "5b138f51cc64a5133accf0a48ea92f128cbd66b8", + "rev": "3cbc1fcdea9eac0fdf862b853c77c3ea175e5e59", "type": "github" }, "original": { @@ -595,11 +562,11 @@ ] }, "locked": { - "lastModified": 1768411650, - "narHash": "sha256-aAZ5NPbhtGPbpfPpNM6yiK3OuRJosOnzh7HC1JSSIG0=", + "lastModified": 1769374781, + "narHash": "sha256-ZJ3reEJ8TQaNEfPiEl1uLlktTTogpsQ1DyQhjfOCQTA=", "owner": "Alexays", "repo": "Waybar", - "rev": "b4854f96a3a1f89ddae66f8216ea79411371167a", + "rev": "2f9443501403a11e5d7e28ab05801debabefa2a8", "type": "github" }, "original": { diff --git a/os/core/drivers.nix b/os/core/drivers.nix index b674c9a..41b03a4 100644 --- a/os/core/drivers.nix +++ b/os/core/drivers.nix @@ -51,7 +51,7 @@ in }) (lib.mkIf (cfg.amdgpu.enable && cfg.stability == "stable") { - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_zen; }) ] ); |
