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.

Update CI a bit and recommended VSC extensions

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

+9 -1
+3 -1
.github/workflows/update-flakes.yml
··· 1 - name: nix flake update 1 + name: Nix Flake Builds 2 2 on: 3 3 schedule: 4 4 - cron: "30 */6 * * *" ··· 23 23 24 24 - name: Update flake 25 25 run: | 26 + echo ::addgroup: 26 27 nix flake update 28 + echo ::endgroup 27 29 nix flake metadata 28 30 29 31 - name: Commit and push changes
+6
.vscode/extensions.json
··· 1 + { 2 + "recommendations": [ 3 + "jnoortheen.nix-ide", 4 + "mads-hartmann.bash-ide-vscode" 5 + ] 6 + }