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 {