Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konstantine-v/guix-config-template
My template for creating a custom config for the Guix package manager or Guix distribution
https://github.com/konstantine-v/guix-config-template
configuration guile guix scheme template
Last synced: about 1 month ago
JSON representation
My template for creating a custom config for the Guix package manager or Guix distribution
- Host: GitHub
- URL: https://github.com/konstantine-v/guix-config-template
- Owner: konstantine-v
- Created: 2020-08-21T20:14:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T20:43:01.000Z (over 4 years ago)
- Last Synced: 2024-11-11T11:50:48.814Z (3 months ago)
- Topics: configuration, guile, guix, scheme, template
- Language: Scheme
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Guix Configuration File Template
This is a template for use with the Guix Package Management.
* Installation
- Clone the git repo.
- *Important*: Make sure to edit the config to match your system info.
- When you're ready to reconfigure your system run ~$ sudo -E guix system reconfigure .config/config.scm~
- If there are no errors then reboot your machine and enjoy your new system.
* Notes
Please make sure to read the Guix manual for more information on what to supply your sonfig with. You don't need to know Scheme/Guile to work with Guix, but having that knowledge does make it easier.
If you don't like the packages provided then feel free to change them, afterall it's just a template.Please ensure that *before* you run the reconfigure script to check that your system info matches what will be in the config, otherwise you will cause errors on your machine, to which I am not responsible for. Understand what you are doing before doing it.
I'll make changes to this config as time goes on and I read more regarding Guix.