Add README.

This commit is contained in:
Raghav Gururajan 2021-12-18 12:28:25 -05:00
parent d6f0bb29a1
commit 224e3ccda1
Signed by: raghavgururajan
GPG Key ID: 5F5816647F8BE551
1 changed files with 55 additions and 0 deletions

55
README.md Normal file
View File

@ -0,0 +1,55 @@
# Guix Configuration
Custom declarations for [Guix](https://guix.gnu.org).
## Usage
Clone this repository.
``` shell
git clone https://git.sr.ht/~raghavgururajan/guix-config
```
### Home
Copy the `guix home` configuration.
``` shell
cp guix-config/home/config.scm config.scm
```
Modify it to suit your circumstance.
``` shell
nano config.scm
```
Reconfigure your home.
``` shell
guix home reconfigure config.scm
```
### System
Copy the `guix system` configuration.
``` shell
cp guix-config/system/config.scm /etc/config.scm
```
Modify it to suit your circumstance.
``` shell
nano /etc/config.scm
```
Reconfigure your system.
``` shell
guix system reconfigure /etc/config.scm
```
## License
GPL-3.0-or-later. See `COPYING`.