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(global): sort things out with some flake check warnings/errors on CI

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

+4 -3
+2 -2
flake.nix
··· 401 401 nix-ld.nixosModules.nix-ld 402 402 determinate.nixosModules.default 403 403 home-manager.nixosModules.home-manager 404 - agenix.nixosModules.default 405 - agenix-rekey.nixosModules.default 404 + #agenix.nixosModules.default 405 + #agenix-rekey.nixosModules.default 406 406 vscode-server.nixosModules.default 407 407 chaotic.nixosModules.default 408 408 ./shared/meta.nix
+1
shared/home-manager/main.nix
··· 28 28 # want to update the value, then make sure to first check the Home Manager 29 29 # release notes. 30 30 home.stateVersion = "25.11"; # Please read the comment before changing. 31 + home.enableNixpkgsReleaseCheck = false; # ignore warnings about outdated nixpkgs in home-manager 31 32 32 33 home.sessionPath = [ 33 34 "$HOME/bin"
+1
shared/home-manager/nogui.nix
··· 17 17 # want to update the value, then make sure to first check the Home Manager 18 18 # release notes. 19 19 home.stateVersion = "25.11"; # Please read the comment before changing. 20 + home.enableNixpkgsReleaseCheck = false; # ignore warnings about outdated nixpkgs in home-manager 20 21 21 22 home.sessionPath = [ 22 23 "$HOME/bin"
-1
shared/meta.nix
··· 66 66 # home-manager stuff 67 67 home-manager.useGlobalPkgs = true; 68 68 home-manager.useUserPackages = true; 69 - home.enableNixpkgsReleaseCheck = false; # ignore warnings about outdated nixpkgs in home-manager 70 69 71 70 # nix-ld flake opts 72 71 programs.nix-ld.dev = {