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: final fixes post merge https://github.com/andreijiroh-dev/nixops-config/pull/1

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

+4
+4
flake.nix
··· 245 245 _module.args = { inherit self nix4vscode; }; 246 246 } 247 247 ) 248 + nix-ld.nixosModules.nix-ld 249 + determinate.nixosModules.default 250 + home-manager.nixosModules.home-manager 251 + vscode-server.nixosModules.default 248 252 ./shared/meta.nix 249 253 ./hosts/stellapent-cier/configuration.nix 250 254 ];