diff options
| -rw-r--r-- | guile | 4 | ||||
| -rwxr-xr-x | install | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,4 @@ +(use-modules (ice-9 readline) (ice-9 colorized)) + +(activate-readline) +(activate-colorized) @@ -38,6 +38,7 @@ if ask "nix" "Install Nix configuration"; then fi if ask "guix" "Install Guix configuration"; then + inst guile ~/.guile inst config/guix/channels.scm ~/.config/guix/channels.scm fi |
