From 33829bd989edb560090bb0293a15e6bacac3e129 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 22 Jan 2026 13:35:37 -0700 Subject: [PATCH] Fixed the version --- modules/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager.nix b/modules/home-manager.nix index 262b830..3a87b57 100644 --- a/modules/home-manager.nix +++ b/modules/home-manager.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: let - home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz"; + home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz"; settings = import ../settings.nix; in {