From 4bc7a2e6071f6d2bb6d138fe4e26a359b7b29c51 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 12 Jan 2025 19:24:41 +0800 Subject: [PATCH] 2nd commit --- flake.lock | 12 ++++++------ flake.nix | 2 +- update.sh | 11 ----------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 5d32ddd..4848d45 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1736013363, - "narHash": "sha256-P4lsS2Y5GzBfC8OfXtD/xWEucX6oHGTjOzjEjEJbXfc=", + "lastModified": 1736508663, + "narHash": "sha256-ZOaGwa+WnB7Zn3YXimqjmIugAnHePdXCmNu+AHkq808=", "owner": "nix-community", "repo": "home-manager", - "rev": "0d7908bd09165db6699908b7e3970f137327cbf0", + "rev": "2532b500c3ed2b8940e831039dcec5a5ea093afc", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1735834308, - "narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=", + "lastModified": 1736523798, + "narHash": "sha256-Xb8mke6UCYjge9kPR9o4P1nVrhk7QBbKv3xQ9cj7h2s=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6df24922a1400241dae323af55f30e4318a6ca65", + "rev": "130595eba61081acde9001f43de3248d8888ac4a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index ac258b2..a69ca24 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.elias = import .nixosModules/home.nix; + home-manager.users.elias = import ./nixosModules/home.nix; # Optionally, use home-manager.extraSpecialArgs to pass # arguments to home.nix diff --git a/update.sh b/update.sh index bdb087c..4f910f9 100755 --- a/update.sh +++ b/update.sh @@ -2,14 +2,3 @@ git add . git commit -m "Update NixOS config." git push origin main - -# update nixos -# sudo nixos-rebuild switch --flake .#HOST -#sudo nixos-rebuild switch --flake '.#greynix' -#sudo nixos-rebuild switch --flake '.#bluenix' - -# flake update -# sudo nix flake update - -# check on things -# git status