Nix configuration for era
Go to file
Martin Potier 0dedd03c80 Disabling ipfs service by default 2017-07-30 17:19:06 +02:00
pkgs Update st 2017-07-10 12:05:54 +02:00
README.md Markdown is better 2017-02-28 22:43:46 +01:00
configuration.nix Delegated session start to home-manager, shuffled programes around 2017-07-21 10:54:55 +02:00
hardware-configuration.nix Initial commit 2017-02-28 22:09:06 +01:00
ipfs.nix Disabling ipfs service by default 2017-07-30 17:19:06 +02:00
mail.nix offlineimap -> mbsync 2017-05-11 12:35:47 +02:00
vim.nix Adding the wiki (and yank/paste moves) 2017-07-21 10:54:22 +02: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)