Skip to content

Instantly share code, notes, and snippets.

@linquize
Last active August 29, 2015 14:14
Show Gist options
  • Save linquize/c25f0c8ae3c92965ae03 to your computer and use it in GitHub Desktop.
Save linquize/c25f0c8ae3c92965ae03 to your computer and use it in GitHub Desktop.
nixos preparation
# Install git minimal
nix-env -i git-minimal
# Enable webkit in Konqueror
nix-env -i kwebkitpart
kbuildsycoca4
# Change configuration
sudo -i nano /etc/nixos/configuration.nix
programs.bash.enableCompletion = true;
time.timeZone = "Asia/Hong_Kong";
sudo -i nixos-rebuild switch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment