Personal configuration of Guix
https://git.sr.ht/~raghavgururajan/guix-config
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
home | 1 month ago | |
system | 1 week ago | |
COPYING | 7 months ago | |
README.md | 7 months ago |
README.md
Guix Configuration
Custom declarations for Guix.
Usage
Clone this repository.
git clone https://git.sr.ht/~raghavgururajan/guix-config
Home
Copy the guix home
configuration.
cp guix-config/home/config.scm config.scm
Modify it to suit your circumstance.
nano config.scm
Reconfigure your home.
guix home reconfigure config.scm
System
Copy the guix system
configuration.
cp guix-config/system/config.scm /etc/config.scm
Modify it to suit your circumstance.
nano /etc/config.scm
Reconfigure your system.
guix system reconfigure /etc/config.scm
License
GPL-3.0-or-later. See COPYING
.