NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(home-manager): temporarily switch to 25.11 for homeState until May-June 2026

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+2 -2
+2 -2
shared/home-manager/nogui.nix
··· 16 16 # You should not change this value, even if you update Home Manager. If you do 17 17 # want to update the value, then make sure to first check the Home Manager 18 18 # release notes. 19 - home.stateVersion = "26.05"; # Please read the comment before changing. 19 + home.stateVersion = "25.11"; # Please read the comment before changing. 20 20 21 21 home.sessionPath = [ 22 22 "$HOME/bin" ··· 24 24 "$HOME/.nix-profile/bin" 25 25 "$HOME/.local/share/go/bin" 26 26 ]; 27 - } 27 + }