diff --git a/flake.lock b/flake.lock index baa4acb..972b7f1 100644 --- a/flake.lock +++ b/flake.lock @@ -374,11 +374,11 @@ ] }, "locked": { - "lastModified": 1748391243, - "narHash": "sha256-7sCuihzsTRZemtbTXaFUoGJUfuQErhKEcL9v7HKIo1k=", + "lastModified": 1748570847, + "narHash": "sha256-XU1a6wFctd+s3ZvBIFB6s4GhPJ+Oc6pkeOrEsbA2fMo=", "owner": "nix-community", "repo": "home-manager", - "rev": "f5b12be834874f7661db4ced969a621ab2d57971", + "rev": "4e9efaa68b0be7e19127dad4f0506a9b89e28ef4", "type": "github" }, "original": { @@ -460,11 +460,11 @@ ] }, "locked": { - "lastModified": 1748397391, - "narHash": "sha256-g2quQIkkDOHFMipUOBs7+D3xr490slZp9qiamOkPzO4=", + "lastModified": 1748570315, + "narHash": "sha256-laTKC6M+ciljWgUpzhLHyoz1+iRaMBWbQoycX0hhbe8=", "owner": "fufexan", "repo": "nix-gaming", - "rev": "39bae253dc201cfe03ee53bd90ed813f89afa9cd", + "rev": "f85768830fdaee114ea6d18dee80737c74a8dcc9", "type": "github" }, "original": { @@ -529,11 +529,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1748037224, - "narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=", + "lastModified": 1748421225, + "narHash": "sha256-XXILOc80tvlvEQgYpYFnze8MkQQmp3eQxFbTzb3m/R0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f09dede81861f3a83f7f06641ead34f02f37597f", + "rev": "78add7b7abb61689e34fc23070a8f55e1d26185b", "type": "github" }, "original": { @@ -768,11 +768,11 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1748450356, - "narHash": "sha256-r4ftEbA22jCoLnaB0w58wo5Pp8jgSGwwAEfGgvZGFcs=", + "lastModified": 1748572239, + "narHash": "sha256-Of7bmWQUEVILpx1GJz0gLHmRoGrEP/G7q9RnidxW5Go=", "owner": "danth", "repo": "stylix", - "rev": "257939576384a9057a8259e76689090643f5a127", + "rev": "0512b0f685ab2ac0586c897460c247f49670460b", "type": "github" }, "original": { @@ -1021,11 +1021,11 @@ ] }, "locked": { - "lastModified": 1745989032, - "narHash": "sha256-qKy5YVu8vhA60VxWpLiLV9QpN8LofL9qFCEAACrCxBw=", + "lastModified": 1748560040, + "narHash": "sha256-To9g2rH1sgjfoL4oVYBOoC31AQRvqFZ+wLzRTSb86no=", "ref": "refs/heads/main", - "rev": "92d557d0d0393713cb57a970e880efafe6cc2b41", - "revCount": 9, + "rev": "8baaa38d558f8388d6566eb02148cbf2a86b4796", + "revCount": 12, "type": "git", "url": "https://git.ryot.foo/toph/yay.nix.git" }, diff --git a/home/global/core/ranger.nix b/home/global/core/ranger.nix index 22eda61..dbfa437 100644 --- a/home/global/core/ranger.nix +++ b/home/global/core/ranger.nix @@ -9,13 +9,6 @@ rev = "281828de060299f73fe0b02fcabf4f2f2bd78ab3"; }; } - { - name = "archives"; - src = builtins.fetchGit { - url = "https://github.com/maximtrp/ranger-archives.git"; - rev = "b4e136b24fdca7670e0c6105fb496e5df356ef25"; - }; - } ]; settings = { show_hidden = true; diff --git a/hosts/nixos/haze/hardware.nix b/hosts/nixos/haze/hardware.nix index 9ef2cda..51c1d80 100644 --- a/hosts/nixos/haze/hardware.nix +++ b/hosts/nixos/haze/hardware.nix @@ -28,7 +28,8 @@ }; # Use the cachyos kernel for better performance - kernelPackages = pkgs.linuxPackages_cachyos; + # kernelPackages = pkgs.linuxPackages_cachyos; + kernelPackages = pkgs.linuxPackages_latest; initrd = { systemd.enable = true; diff --git a/readme.md b/readme.md index d0d7089..95fdd89 100644 --- a/readme.md +++ b/readme.md @@ -184,7 +184,7 @@ For setting up a new system (in NixOS) with this configuration: #### **1. Clone Configuration Repository** ```bash # Get yay.nix temporarily for installation -nix shell github:Tophc7/yay.nix --extra-experimental-features flakes --extra-experimental-features nix-commands --no-write-lock-file +nix shell github:Tophc7/yay.nix --extra-experimental-features flakes --extra-experimental-features nix-command --no-write-lock-file # Clone the configuration repository using yay try yay try git git-crypt micro @@ -212,7 +212,7 @@ git-crypt unlock <> # Or use GPG key 2. **Login to TTY** 3. **Rebuild system:** ```bash - nix shell github:Tophc7/yay.nix --extra-experimental-features flakes --extra-experimental-features nix-commands --no-write-lock-file + nix shell github:Tophc7/yay.nix --extra-experimental-features flakes --extra-experimental-features nix-command --no-write-lock-file yay rebuild -H gojo -p ~/Documents/dot.nix -e sudo reboot -f ```