aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-04-07 17:58:05 -0300
committerEuAndreh <eu@euandre.org>2018-04-07 17:58:05 -0300
commit5f036d04b531858722babca2fa354858f0ee8618 (patch)
tree611b9bdbe84f5bce4273cbfce476d2cb8bf10d2d
parentAdd markdown command to configuration.nix (diff)
downloaddotfiles-5f036d04b531858722babca2fa354858f0ee8618.tar.gz
dotfiles-5f036d04b531858722babca2fa354858f0ee8618.tar.xz
Improve README on NixOS instructions
-rw-r--r--README.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.org b/README.org
index 05071a0..7b33c8b 100644
--- a/README.org
+++ b/README.org
@@ -2,9 +2,10 @@
**
** NixOS
*** Cleaning up the store
-=sudo nix-env -p /nix/var/nix/profiles/per-user/root/channels --delete-generations old=
-=sudo nix-env --list-generations -p /nix/var/nix/profiles/system=
-=sudo nix-env --list-generations -p /nix/var/nix/profiles/per-user/root/channels=
+#+BEGIN_SRC shell
+$ sudo nix-env -p /nix/var/nix/profiles/per-user/root/channels --delete-generations old
+$ sudo nix-env -p /nix/var/nix/profiles/system --delete-generations old
+#+END_SRC
** Instructions - setting up a new installation (NixOS)
*** 1. Download NixOS image from [[https://nixos.org/][the website]].
*** 2. Follow USB ISO installation steps in =nixos/os-installation.sh=