No description
Find a file
Vincent Ambo 7fe75e0138 feat(dotfiles): Begin controlling various dotfiles from Nix
Moves my i3 configuration into a nix derivation called 'tazjins-dotfiles'.

A good step towards fully declarative system configuration!
2017-10-21 00:05:49 +02:00
dotfiles feat(dotfiles): Begin controlling various dotfiles from Nix 2017-10-21 00:05:49 +02:00
nixpkgs-mozilla@6179dd8765 feat: Add nixpkgs-mozilla overlay 2017-10-16 21:48:59 +02:00
pkgs feat(pkgs): Add mq-cli package 2017-10-20 21:47:26 +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): Configure larger local POSIX queue sizes 2017-10-20 21:47:26 +02:00
configuration.nix feat(dotfiles): Begin controlling various dotfiles from Nix 2017-10-21 00:05:49 +02:00
desktop.nix feat(dotfiles): Begin controlling various dotfiles from Nix 2017-10-21 00:05:49 +02:00
dotfiles.nix feat(dotfiles): Begin controlling various dotfiles from Nix 2017-10-21 00:05:49 +02:00
packages.nix feat(pkgs): Add mq-cli package 2017-10-20 21:47:26 +02:00
README.md docs: Add README 2017-10-15 16:40:28 +02:00
stallo-configuration.nix feat(dotfiles): Begin controlling various dotfiles from Nix 2017-10-21 00:05:49 +02:00

NixOS configuration

Set up the unstable channel first:

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

TODO

  • place i3 (and related) configuration automatically
  • place emacs configuration automatically
  • configure channel automatically (if possible)
  • configure Rust setup