Personal configuration of Guix https://git.sr.ht/~raghavgururajan/guix-config
Go to file
Raghav Gururajan 6801fb07b1
system: services: Disable GuixRus's Bags substitute server.
2022-06-26 07:28:56 -04:00
home home: packages: Remove telegram-desktop and calibre. 2022-06-04 08:40:31 -04:00
system system: services: Disable GuixRus's Bags substitute server. 2022-06-26 07:28:56 -04:00
COPYING Add license. 2021-12-20 09:47:38 -05:00
README.md Add README. 2021-12-20 11:01:32 -05:00

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.