From 4f8e3e839bb145851aff8a441939c92ecf9ba55a Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Mon, 28 Jul 2025 12:53:19 -0600 Subject: [PATCH] switch to zen --- flake.lock | 38 +++++++++++++++++++------------------- hosts/modules/boot.nix | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index da39ffd..a430f62 100644 --- a/flake.lock +++ b/flake.lock @@ -21,11 +21,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1751413152, - "narHash": "sha256-Tyw1RjYEsp5scoigs1384gIg6e0GoBVjms4aXFfRssQ=", + "lastModified": 1753121425, + "narHash": "sha256-TVcTNvOeWWk1DXljFxVRp+E0tzG1LhrVjOGGoMHuXio=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "77826244401ea9de6e3bac47c2db46005e1f30b5", + "rev": "644e0fc48951a860279da645ba77fe4a6e814c5e", "type": "github" }, "original": { @@ -82,11 +82,11 @@ ] }, "locked": { - "lastModified": 1751810233, - "narHash": "sha256-kllkNbIqQi3VplgTMeGzuh1t8Gk8TauvkTRt93Km+tQ=", + "lastModified": 1753592768, + "narHash": "sha256-oV695RvbAE4+R9pcsT9shmp6zE/+IZe6evHWX63f2Qg=", "owner": "nix-community", "repo": "home-manager", - "rev": "9b0873b46c9f9e4b7aa01eb634952c206af53068", + "rev": "fc3add429f21450359369af74c2375cb34a2d204", "type": "github" }, "original": { @@ -99,11 +99,11 @@ "i3-dotfiles": { "flake": false, "locked": { - "lastModified": 1751769706, - "narHash": "sha256-o/ICsU+icmiYsNM3jvibHAINxEg27UsBCoT/yfkQ1WU=", + "lastModified": 1752339334, + "narHash": "sha256-Dlsi0iXQF8nU2fUfpgF+eHsbxou/ns+12Dbu54qAncw=", "ref": "refs/heads/master", - "rev": "23d41c072d0debdbc7c5f1b13a9883cf1d50a31a", - "revCount": 5, + "rev": "215ec980ba4fe08fbd57f4716c049365b0c2b200", + "revCount": 7, "type": "git", "url": "ssh://git@github.com/alsaiduq-lab/i3-dotfiles" }, @@ -120,11 +120,11 @@ ] }, "locked": { - "lastModified": 1752137032, - "narHash": "sha256-+vIBaUg9XysV2eUTEwLAJQSSLEZHnguHCfS1SHrFYuQ=", + "lastModified": 1753582293, + "narHash": "sha256-CimzlksXOfuPcLr4ye/s4hwZhHk98f0gnXB6Dq9RhZo=", "owner": "fufexan", "repo": "nix-gaming", - "rev": "7bd0cbccbb3a1c0d407b189c6b3cf1243a5c2b40", + "rev": "ceb9d44f09b0db02332873247a50210a486959ff", "type": "github" }, "original": { @@ -163,11 +163,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1751943650, - "narHash": "sha256-7orTnNqkGGru8Je6Un6mq1T8YVVU/O5kyW4+f9C1mZQ=", + "lastModified": 1753345091, + "narHash": "sha256-CdX2Rtvp5I8HGu9swBmYuq+ILwRxpXdJwlpg8jvN4tU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "88983d4b665fb491861005137ce2b11a9f89f203", + "rev": "3ff0e34b1383648053bba8ed03f201d3466f90c9", "type": "github" }, "original": { @@ -204,11 +204,11 @@ }, "unstable": { "locked": { - "lastModified": 1751949589, - "narHash": "sha256-mgFxAPLWw0Kq+C8P3dRrZrOYEQXOtKuYVlo9xvPntt8=", + "lastModified": 1753432016, + "narHash": "sha256-cnL5WWn/xkZoyH/03NNUS7QgW5vI7D1i74g48qplCvg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9b008d60392981ad674e04016d25619281550a9d", + "rev": "6027c30c8e9810896b92429f0092f624f7b1aace", "type": "github" }, "original": { diff --git a/hosts/modules/boot.nix b/hosts/modules/boot.nix index 2807ad0..0ffea32 100644 --- a/hosts/modules/boot.nix +++ b/hosts/modules/boot.nix @@ -11,7 +11,7 @@ tmp = { cleanOnBoot = true; }; - kernelPackages = pkgs.linuxPackages_xanmod_latest; + kernelPackages = pkgs.linuxPackages_zen; }; system.activationScripts.binbash = {