update: imac config

This commit is contained in:
wyj
2024-11-03 20:52:21 -05:00
parent 0316aaead6
commit 09c7389823
160 changed files with 10740 additions and 116 deletions
+7
View File
@@ -0,0 +1,7 @@
# NOTE: to add more language support, make a directory under `nixos`, followed by the language name and `default.nix`. See `dotnet/default.nix` for example.
{
imports = [
./dotnet
./neovim
];
}