No description
Find a file
Vincent Ambo 57c047b5fd fix(emacs): Use custom sly derivations
The upstream sly derivations don't seem to work. This adds custom
build instructions for the sly and sly-company Emacs packages.
2018-03-04 01:53:41 +01:00
dotfiles chore(dotfiles/pkgs): Remove rofi and configuration 2017-12-24 18:08:54 +01:00
nixpkgs-mozilla@6179dd8765 feat: Add nixpkgs-mozilla overlay 2017-10-16 21:48:59 +02:00
pkgs feat(pkgs): Install gopass-bin 2017-11-15 15:27:32 +01:00
.gitignore fix: Fix gitignore 2017-10-15 16:40:54 +02:00
.gitmodules feat: Add nixpkgs-mozilla overlay 2017-10-16 21:48:59 +02:00
adho-configuration.nix chore(adho): Update office wifi configuration 2018-03-03 15:37:38 +01:00
configuration.nix fix: Make custom emacs available on system $PATH 2018-03-04 00:33:19 +01:00
desktop.nix feat(emacs): Install required emacs packages via Nix 2018-03-04 00:07:38 +01:00
dotfiles.nix chore(dotfiles/pkgs): Remove rofi and configuration 2017-12-24 18:08:54 +01:00
emacs.nix fix(emacs): Use custom sly derivations 2018-03-04 01:53:41 +01:00
packages.nix chore(pkgs): Pin Rust release to 1.23.0 (2018-01-04) 2018-01-19 15:57:13 +01:00
README.md docs: Update README with setup instructions 2017-10-25 17:22:29 +02:00
stallo-configuration.nix fix(stallo): Use 5Ghz network at home 2018-02-18 12:31:13 +01:00

NixOS configuration

My NixOS config. Some manual steps required before the first run!

Make sure submodules are cloned: git submodule update --init.

Set up the unstable NixOS channel:

nix-channel --add http://nixos.org/channels/nixos-unstable nixos-unstable
nix-channel --update

Symlink local machine configuration to /etc/nixos/local-configuration.nix.