nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit b639af4913fb17afd2dbbceb96737f0ec41a8d5a
parent a2bb4b06ccc66b09890968b64a0497834d446448
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 16 Jun 2026 11:02:37 +0100

Update to 26.05 home-manager

Diffstat:
Mcommon/home-manager.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/home-manager.nix b/common/home-manager.nix @@ -1,7 +1,7 @@ { machine, vars, ... }: let - home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz"; + home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-26.05.tar.gz"; in {