diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-03 20:35:56 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-03 20:35:56 -0500 |
commit | 67da316096f98f9a3fc038a1deba1b2c5356dfab (patch) | |
tree | 2490073dc923b0241df116c92a3613b69aa9257d /home-config/nix-home-manager/flake.nix | |
parent | a5218684078c94399d3368078db9b0ff3283dcdf (diff) |
updated nix channels
Diffstat (limited to 'home-config/nix-home-manager/flake.nix')
-rw-r--r-- | home-config/nix-home-manager/flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index 1878a4e..c64d043 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix | |||
@@ -3,9 +3,9 @@ | |||
3 | 3 | ||
4 | inputs = { | 4 | inputs = { |
5 | # Specify the source of Home Manager and Nixpkgs. | 5 | # Specify the source of Home Manager and Nixpkgs. |
6 | nixpkgs.url = "github:nixos/nixpkgs/55d15ad12a74eb7d4646254e13638ad0c4128776"; | 6 | nixpkgs.url = "github:nixos/nixpkgs/b4801729f1a1acb33d74b413c1cb0ced0837fb78"; |
7 | home-manager = { | 7 | home-manager = { |
8 | url = "github:nix-community/home-manager/1cd17a2f76f7711b06d5d59f1746cef602974498"; | 8 | url = "github:nix-community/home-manager/10e99c43cdf4a0713b4e81d90691d22c6a58bdf2"; |
9 | inputs.nixpkgs.follows = "nixpkgs"; | 9 | inputs.nixpkgs.follows = "nixpkgs"; |
10 | }; | 10 | }; |
11 | hyprpicker-git = { | 11 | hyprpicker-git = { |