Nix configuration for era
Go to file
EEva @ felin d705423f1b vim: tex_conceal to conceal emphasis and leader+s to cycle conceal modes 2017-03-21 23:55:04 +01:00
README.md Markdown is better 2017-02-28 22:43:46 +01:00
configuration.nix Compton is pretty but useless and causing problems when switching to dual screen: removed 2017-03-21 23:59:32 +01:00
hardware-configuration.nix Initial commit 2017-02-28 22:09:06 +01:00
mail.nix Some cleaning AND got crda working 2017-03-18 13:58:50 +01:00
vim.nix vim: tex_conceal to conceal emphasis and leader+s to cycle conceal modes 2017-03-21 23:55:04 +01:00

README.md

This is the home of era's configuration.

If you want to setup your machine the same way as era, use all the nix files in this repository while installing nixos (or after). Feel free to tweak.

Some expressions can be used independently, for instance, if you want to have the same vim configuration that I use, just:

$ wget https://framagit.org/mpo/era-configuration-nix/raw/master/vim.nix
$ nix-env -f vim.nix -i vim

(this may be updated in an unpredictable way)