First pass at a Nix flake for my laptop

Heavily inspired by these:
- https://github.com/zmre/mac-nix-simple-example
- https://github.com/dustinlyons/nixos-config
This commit is contained in:
Gene Liverman 2023-09-08 16:49:45 -04:00 committed by Gene Liverman
parent 1fb4bf12c8
commit 6430f175b2
6 changed files with 584 additions and 0 deletions

View file

@ -13,6 +13,7 @@ Plugin 'elzr/vim-json' " provides syntax highlighting for JSO
Plugin 'garbas/vim-snipmate' " provides code snippets
Plugin 'godlygeek/tabular' " provides a method for lining things up
Plugin 'honza/vim-snippets' " provides snippets for use with vim-snipmate
Plugin 'LnL7/vim-nix' " support for writing Nix expressions in vim
Plugin 'MarcWeber/vim-addon-mw-utils' " a utility used by vim-snipmate
Plugin 'mrk21/yaml-vim' " provides indentation and syntax highlighting for yaml
Plugin 'rbong/vim-flog' " git branch viewer built on fugitive