Go to file
2024-06-23 22:15:59 -04:00
certs mint themes, other fixes 2024-06-23 14:47:05 -04:00
home more hyprland plugins, bluetooth fixes, etc 2024-06-23 22:15:59 -04:00
installer update things 2024-06-21 22:52:21 -04:00
modules/freya more hyprland plugins, bluetooth fixes, etc 2024-06-23 22:15:59 -04:00
systems update things 2024-06-21 22:52:21 -04:00
.gitignore guix 2023-09-04 23:21:01 -04:00
channels.scm update things 2024-06-21 22:52:21 -04:00
LICENSE readme and license 2023-09-04 23:35:08 -04:00
README.md update kaworu and start dotfiles update 2024-06-21 14:11:32 -04:00

Guix Installation

Installing Guix

Instructions

  • Create USB with Guix installation image
  • Boot and create partitions using graphical installer
  • Bail out right before installation begins, go to terminal
    • Mount cow-store using herd start cow-store /mnt
    • Download latest version of configuration using curl -o main.tar.gz https://g.freya.dev/freya/dotfiles/archive/main.tar.gz and unpack using tar
    • Authorize nonguix channel using curl -o signkey.pub https://substitutes.nonguix.org/signing-key.pub and guix archive --authorize < signkey.pub
    • Modify/add system config for system and initialize using guix time-machine -C channels.scm -- system -L modules/ --substitute-urls='https://bordeaux.guix.gnu.org https://ci.guix.gnu.org https://substitutes.nonguix.org' init system.scm /mnt
    • When installed, proceed
  • Reboot into system, assign root and freya user a password
  • Setup system completely
    • Clone guix-config to proper location
    • Reconfigure system
      • sudo -E guix time-machine -C channels.scm -- system -L modules reconfigure system.scm <---- may not be needed
      • guix pull
      • hash guix
      • sudo guix system -L modules reconfigure system.scm
    • Configure GUIX Home
      • Install Nix Home Manager
      • May need to sudo herd restart nix-daemon or reconfigure system to get nix working???
      • nix-channel --update
      • nix-shell '<home-manager>' -A install
      • home-manager switch
  • Everything should now be set up and ready to use :)