No description
Find a file
Vincent Ambo 676531c5aa feat(packages): Pin stable channel to git commit
Instead of relying on nix-channel, pin the stable channel and override
it on the whole machine.
2018-04-22 13:38:17 +02:00
dotfiles fix(dotfiles/fish): Fix shell setup for Nix 2.0 2018-04-22 12:51:54 +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 feat(adho): Add The Dubliner's wifi 2018-04-22 12:49:02 +02:00
configuration.nix feat(services): Enable PostgreSQL on all machines 2018-04-22 12:49:02 +02:00
desktop.nix feat(desktop): Add "screen-lock with wallpapers" shell script 2018-04-22 12:49:02 +02:00
dotfiles.nix chore(dotfiles/pkgs): Remove rofi and configuration 2017-12-24 18:08:54 +01:00
emacs.nix feat(emacs): Pin EXWM to 0.18 2018-04-22 13:18:20 +02:00
packages.nix feat(packages): Pin stable channel to git commit 2018-04-22 13:38:17 +02:00
README.md docs: Update README with setup instructions 2017-10-25 17:22:29 +02:00
stallo-configuration.nix feat(stallo): Enable SSH daemon 2018-03-17 21:46:55 +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.