No description
Find a file
Vincent Ambo fc6126f579 feat(emacs): Install prescient & ivy-prescient
These packages are not in nixpkgs yet (will most likely be added after
the next MELPA import), so they're added here manually.

As both originate from the same source they're added to the same
derivation here by using a custom recipe.
2018-06-13 00:08:23 +02:00
dotfiles fix(mail): Exclude drafts from search results 2018-06-10 15:50:37 +02:00
pkgs feat: Update to NixOS 18.03 2018-04-04 17:10:12 +02:00
.gitignore fix: Fix gitignore 2017-10-15 16:40:54 +02:00
adho-configuration.nix feat(adho): Add Wurst wifi 2018-06-06 10:32:09 +02:00
configuration.nix feat(mail): Import email configuration into Nix 2018-06-06 16:26:24 +02:00
desktop.nix fix(desktop): Enable exporting of X-server configuration 2018-05-05 12:22:26 +02:00
dotfiles.nix chore(dotfiles/pkgs): Remove rofi and configuration 2017-12-24 18:08:54 +01:00
emacs.nix feat(emacs): Install prescient & ivy-prescient 2018-06-13 00:08:23 +02:00
mail.nix feat(mail): Tag nix-devel mailing list 2018-06-10 21:45:27 +02:00
packages.nix chore(pkgs): Remove Evolution 2018-06-06 20:42:07 +02:00
README.md docs(README): Update README 2018-06-06 16:33:52 +02:00
stallo-configuration.nix refactor(services): Enable OpenSSH on all machines 2018-05-08 22:33:53 +02:00

NixOS configuration

My NixOS configuration! It configures most of the packages I require on my systems, sets up Emacs the way I need and does a bunch of other interesting things.

In contrast with earlier versions of this configuration, the Nix channel versions are now pinned in Nix (see the beginning of packages.nix).

Machine-local configuration is kept in files with the naming scheme $hostname-configuration.nix and must be symlinked to local-configuration.nix before the first configuration run.

I'm publishing this repository (and my emacs configuration) as a convenience for myself, but also as a resource that people looking for example Nix or Emacs configurations can browse through.

Feel free to ping me with any questions you might have.