1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

home-manager switch to 23.11 release

This commit is contained in:
andrey_varnavskiy
2024-11-30 09:19:40 +05:00
parent 180a5da727
commit da05bdc7a5
2 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};