No description
Find a file
Vincent Ambo 8d918e48eb refactor(desktop): Don't launch EXWM via Emacs client
Launch EXWM directly in Emacs, instead of first launching an Emacs
server and connecting a client.

In cases where Emacs does not start correctly due to initialisation
errors the error message would never become visible without this change.
2018-09-16 16:57:33 +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 Dublin wifi networks 2018-09-16 16:51:20 +02:00
configuration.nix feat(config): Enable Redis service 2018-07-15 12:29:58 +02:00
desktop.nix refactor(desktop): Don't launch EXWM via Emacs client 2018-09-16 16:57:33 +02:00
dotfiles.nix chore(dotfiles/pkgs): Remove rofi and configuration 2017-12-24 18:08:54 +01:00
emacs.nix chore(emacs): Bump EXWM version 2018-09-02 15:21:23 +02:00
mail.nix fix(mail): Filter NixOS Discourse into nix-devel tag 2018-07-13 00:11:52 +02:00
packages.nix chore(packages): Remove 'hie' for now 2018-08-05 16:06:14 +02:00
README.md docs(README): Update README 2018-06-06 16:33:52 +02:00
stallo-configuration.nix chore(stallo): Add 2.4Ghz network as fallback 2018-08-26 22:30: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.