No description
Find a file
Vincent Ambo a6de90aec7 fix(desktop): Enable exporting of X-server configuration
This enables commands like `localectl list-keymaps` etc. to work
correctly.
2018-05-05 12:22:26 +02:00
dotfiles feat(dotfiles/fish): Add alias for 'servedir' 2018-04-24 12:08:52 +02:00
nixpkgs-mozilla@6179dd8765 feat: Add nixpkgs-mozilla overlay 2017-10-16 21:48:59 +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
.gitmodules feat: Add nixpkgs-mozilla overlay 2017-10-16 21:48:59 +02:00
adho-configuration.nix refactor(adho/config): Open Chromecast-ports on all machines 2018-04-28 17:46:13 +02:00
configuration.nix fix(config): Use OpenJDK instead of Oracle JDK 2018-05-01 15:22:40 +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 refactor(emacs): Install packages directly from MELPA 2018-05-01 16:08:10 +02:00
packages.nix feat(packages): Add more emacs packages from unstable 2018-05-01 16:08:10 +02:00
README.md docs: Update README with setup instructions 2017-10-25 17:22:29 +02:00
stallo-configuration.nix feat(config): Use 1.1.1.1 DNS servers 2018-04-28 17:45:36 +02: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.