Personal Nix setup
0
fork

Configure Feed

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

Add new Android SDK

+3 -2
+2 -2
home/development/react-native.nix
··· 104 104 ndk-27-1-12297006 105 105 ndk-27-0-12077973 106 106 cmake-3-22-1 107 - sdk."system-images-android-34-google-apis-${android-arch}" 108 - sdk."system-images-android-34-google-apis-playstore-${android-arch}" 107 + sdk."system-images-android-35-google-apis-${android-arch}" 108 + sdk."system-images-android-35-google-apis-playstore-${android-arch}" 109 109 ]; 110 110 }; 111 111 })
+1
modules/nvim/init.lua
··· 336 336 -- register custom filetypes 337 337 vim.filetype.add({ 338 338 extension = { 339 + mdx = 'markdown', 339 340 astro = 'astro', 340 341 envrc = 'bash', 341 342 },