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(devenv): update nix pkgs list for Firebase Studio

iykyk some utils bts

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

+15
+15
.idx/dev.nix
··· 8 8 channel = "unstable"; 9 9 10 10 packages = with pkgs; [ 11 + # git tools 11 12 gitFull 12 13 github-cli 13 14 glab 15 + 16 + # shell + Containerfile linting/formatting 14 17 shellcheck 15 18 shfmt 16 19 hadolint 20 + 21 + # nix utils 17 22 nixos-generators 18 23 nil 19 24 nixfmt 25 + ragenix 26 + 27 + # genai toolkit 28 + gemini-cli 29 + github-copilot-cli 30 + 31 + # misc 32 + rage 33 + openssh 34 + cloudflared 20 35 ]; 21 36 22 37 idx = {