Initial Nix configuration setup

- Add nix-darwin and home-manager flake configuration
- Include modular neovim setup with plugins and keybinds
- Add tmux configuration with gruvbox theme and vim-like bindings
- Set up .gitignore for nix build outputs and temporary files

Ready for multi-machine deployment across macOS systems.
This commit is contained in:
Yan Lin 2025-07-25 23:25:21 +02:00
commit d15473aa17
5 changed files with 391 additions and 0 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Nix build outputs
result
result-*
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor temporary files
*~
.#*
#*#
*.swp
*.swo