No description
Find a file
Vincent Ambo 53d3cd62a8 fix(desktop): Revert to slim as the display manager
NixOS 18.09 switches from slim to something else (lightdm?) as the
default display manager, however DBUS is broken in that manager if the
session is ever restarted.

This reverts back to slim, which may not look as fancy by default but
it actually works.
2018-11-03 17:35:31 +01:00
dotfiles fix(dotfiles): Disable Alacritty's visual bell 2018-10-14 15:47:43 +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 Gatwick wifi network 2018-10-28 23:40:20 +01:00
configuration.nix chore: Disable Redis service on all machines 2018-10-10 11:19:54 +02:00
desktop.nix fix(desktop): Revert to slim as the display manager 2018-11-03 17:35:31 +01:00
dotfiles.nix chore(dotfiles/pkgs): Remove rofi and configuration 2017-12-24 18:08:54 +01:00
emacs.nix feat(pkgs): Install omnisharp and friends 2018-10-25 11:25:29 +02:00
mail.nix fix(mail): Filter NixOS Discourse into nix-devel tag 2018-07-13 00:11:52 +02:00
packages.nix feat(pkgs): Install omnisharp and friends 2018-10-25 11:25:29 +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.