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.

fix: catching strays for live-cd package oops

Signed-off-by: ajhalili2006 <ajhalili2006@gmail.com>

+2 -1
+2 -1
flake.nix
··· 192 192 inherit system; 193 193 modules = [ 194 194 ({ ... }: { 195 - _module.args = { inherit self nix4vscode; }; 195 + _module.args = { inherit self nix4vscode llm-agents; }; 196 196 }) 197 197 nix-ld.nixosModules.nix-ld 198 198 determinate.nixosModules.default ··· 208 208 self 209 209 chaotic 210 210 nixpkgs 211 + llm-agents 211 212 ; 212 213 }; 213 214 }).config.system.build.isoImage;