1
0
Fork
You've already forked dotfiles
0
No description
  • Scheme 70.7%
  • Lua 15.5%
  • Emacs Lisp 7%
  • Shell 3.9%
  • Makefile 2.9%
Find a file
2024年11月10日 08:39:33 +00:00
.guix add .guix channels 2024年11月10日 08:38:35 +00:00
pacman feat: list of pacman packages 2023年01月09日 20:30:43 +00:00
rde update channels 2024年11月05日 07:25:30 +00:00
snippets add snippets 2024年04月20日 15:32:43 +01:00
src remove presets and flatten config structure 2024年11月10日 08:33:58 +00:00
.envrc switch to rde based makefile setup 2024年08月08日 00:25:29 +01:00
.gitignore add presets and complete a working config 2024年08月11日 17:21:14 +01:00
.nrepl-port add .nrepl-port 2024年11月10日 08:39:33 +00:00
Makefile add vm target 2024年11月10日 08:34:38 +00:00
profiles.mk switch to rde based makefile setup 2024年08月08日 00:25:29 +01:00
README.md chore clean up directories 2024年03月15日 06:46:13 +00:00
todo.org add a todo 2024年03月30日 09:32:34 +00:00

My GNU/Linux configuration based on Guix

Guide to install Nonguix

To use pre-built binaries,

wget https://substitutes.nonguix.org/signing-key.pub
mv signing-key.pub nonguix-signing-key.pub
sudo guix archive --authorize < nonguix-signing-key.pub
sudo -E guix system reconfigure config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'