Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

FIX: script, add ts and gcp stuff

+9 -1
+5
noah-home.nix
··· 79 79 ctags 80 80 kotlin 81 81 nodejs 82 + yarn 82 83 node2nix 83 84 opam 84 85 # Scala stuff ··· 130 131 python311Packages.python-lsp-server 131 132 python311Packages.python-lsp-ruff 132 133 134 + # JavaScript tools 135 + unstable.typescript-language-server 136 + 133 137 # Certificate Management 134 138 minica 135 139 mkcert ··· 146 150 #unstable.spotify 147 151 # Work related stuff 148 152 solana-cli 153 + google-cloud-sdk 149 154 ]; 150 155 151 156 nix = {
+4 -1
scripts/nr
··· 3 3 flag e + 4 4 flag x + 5 5 6 - exec nix run 'nixpkgs#'^$* 6 + pkg=$1 7 + shift 8 + 9 + exec nix run 'nixpkgs#'^$pkg -- $*