-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
# guix-config | ||
|
||
My dotfiles for GNU Guix | ||
|
||
|
||
## Tutorials | ||
|
||
Tutorials for Guile Scheme Language: | ||
|
||
- [Guile 3.0 Manual](https://www.gnu.org/software/guile/manual/) | ||
- [A Scheme Primer](https://spritely.institute/static/papers/scheme-primer.html) | ||
|
||
How to practice Guile Scheme Language(on NixOS): | ||
|
||
```bash | ||
nix shell nixpkgs#racket-minimal --command "racket" | ||
``` | ||
|
||
Tutorials for Guix itself: | ||
|
||
- [GNU Guix Reference Manual](https://guix.gnu.org/en/manual/en/guix.html): read this first for installation and basic usage & setup. | ||
- [GNU Guix Cookbook](https://guix.gnu.org/en/cookbook/en/guix-cookbook.html): read this after you have your Guix installed and have some basic knowledge about Guix. | ||
|