Merge branch 'master' into 'master' Adjust README.md See merge request tyreunom/guix-home-manager!1
README.md
20 | 20 | ||
21 | 21 | This is a Guix channel. You will first need to install | |
22 | 22 | [Guix](https://www.gnu.org/software/guix/download/) itself. Then, simply create | |
23 | - | a new `~/.config/guix/guix/channels.scm` file with this content: | |
23 | + | a new `~/.config/guix/channels.scm` file with this content: | |
24 | 24 | ||
25 | 25 | ```scheme | |
26 | 26 | (cons* (channel | |
27 | 27 | (name 'guix-home-manager) | |
28 | - | (url "https://framagit.org/tyreunom/guix-home-manager.git") | |
28 | + | (url "https://framagit.org/tyreunom/guix-home-manager.git")) | |
29 | 29 | %default-channels) | |
30 | 30 | ``` | |
31 | 31 |