Fixed the version

This commit is contained in:
2026-01-22 13:35:37 -07:00
parent b5f1c5f2de
commit 33829bd989

View File

@@ -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
{