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 downgrade stateVersion to 25.11 for now

+1 -1
+1 -1
shared/home-manager/main.nix
··· 27 27 # You should not change this value, even if you update Home Manager. If you do 28 28 # want to update the value, then make sure to first check the Home Manager 29 29 # release notes. 30 - home.stateVersion = "26.05"; # Please read the comment before changing. 30 + home.stateVersion = "25.11"; # Please read the comment before changing. 31 31 32 32 home.sessionPath = [ 33 33 "$HOME/bin"