1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-07 01:21:03 +01:00

home-manager: set 25.11 as stable

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-26 10:06:42 -06:00
parent e3f8406683
commit f47d2e3821
10 changed files with 29 additions and 30 deletions

View file

@ -22,7 +22,7 @@ in
config = mkIf config.uninstall {
home.packages = lib.mkForce [ ];
home.file = lib.mkForce { };
home.stateVersion = lib.mkForce "25.05";
home.stateVersion = lib.mkForce "25.11";
home.enableNixpkgsReleaseCheck = lib.mkForce false;
manual.manpages.enable = lib.mkForce false;
news.display = lib.mkForce "silent";