Last active
August 29, 2015 14:14
-
-
Save linquize/c25f0c8ae3c92965ae03 to your computer and use it in GitHub Desktop.
nixos preparation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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