home-manager | set to pull from 25.11

This commit is contained in:
Don Harper 2026-01-06 23:27:20 -06:00
parent ce2854ed04
commit 489e494aac
3 changed files with 7 additions and 6 deletions

7
flake.lock generated
View file

@ -280,15 +280,16 @@
]
},
"locked": {
"lastModified": 1766682973,
"narHash": "sha256-GKO35onS711ThCxwWcfuvbIBKXwriahGqs+WZuJ3v9E=",
"lastModified": 1767619900,
"narHash": "sha256-KpoCBPvwHz3gAQtIUkohE2InRBFK3r0/FM6z5SPWfvM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "91cdb0e2d574c64fae80d221f4bf09d5592e9ec2",
"rev": "6bd04da47cfb48dfd15eabf08364b78ad894f5b2",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-25.11",
"repo": "home-manager",
"type": "github"
}

View file

@ -1,4 +1,4 @@
{
{
description = "NixOS System Configuration for duckland.org";
# Binary cache configuration for faster builds
@ -19,7 +19,7 @@
catppuccin.url = "github:catppuccin/nix";
colmena.url = "github:zhaofengli/colmena";
colmena.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager";
home-manager.url = "github:nix-community/home-manager/release-25.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
naviterm.url = "gitlab:detoxify92/naviterm";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";

View file

@ -26,7 +26,7 @@
home = {
username = "don";
homeDirectory = "/home/don";
stateVersion = "23.05";
stateVersion = "25.11";
};
programs = {
home-manager = {enable = true;};