Go to file
2024-05-01 13:37:28 +02:00
channel-keys Channel signing keys: move to repo 2024-05-01 11:33:35 +02:00
home Add Nix 2024-05-01 13:37:18 +02:00
modules Move sway-related packages to sway service 2024-05-01 11:20:33 +02:00
systems Channel keys: fix path 2024-05-01 13:37:28 +02:00
README.md Documentation: document a bit the repo 2024-04-30 21:46:01 +02:00

Personal Guix System Configuration

This repository contains my personal Guix configuration.

Subdirectories:

  • systems: contain top-level systems definitions.
  • home: contains the guix home configuration.
  • modules: guile modules meants to be loaded while evaluating the system/home configurations.

I usually build the home and system config using the home/bin/guix-rebuild-all script, but the configs can also be manually built from this directory:

# Laptop home config
$ guix home reconfigure home/framework-home.scm -L ./modules/
# Laptop system config
$ guix system reconfigure systems/framework.scm -L ./modules/