Nix configuration for era
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Martin Potier 42397139b4 New url 6 years ago
pkgs New url 6 years ago
README.md Markdown is better 6 years ago
configuration.nix New url 6 years ago
hardware-configuration.nix Initial commit 6 years ago
ipfs.nix Disabling ipfs service by default 6 years ago
mail.nix offlineimap -> mbsync 6 years ago
vim.nix Adding the wiki (and yank/paste moves) 6 years ago

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)