No description
Find a file
Vincent Ambo 2bc9d09eb7 chore(packages): Bump channel versions
emacs 26 is now included in unstable, so the extra pin has been
removed.
2018-06-15 13:54:51 +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): Replace smart-mode-line with telephone-line 2018-06-15 00:12:06 +02:00
mail.nix feat(mail): Tag nix-devel mailing list 2018-06-10 21:45:27 +02:00
packages.nix chore(packages): Bump channel versions 2018-06-15 13:54:51 +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.