From a3195a722c26172d2d9dda05ce52bf4f42dfbb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:14:13 +0000 Subject: [PATCH] Add files via upload --- posts/guixreview.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 posts/guixreview.md diff --git a/posts/guixreview.md b/posts/guixreview.md new file mode 100644 index 0000000..456769c --- /dev/null +++ b/posts/guixreview.md @@ -0,0 +1,40 @@ +title:🐇 Guix Config +date: 2024-03-26 23:00 +tags: projects +summary: My Guix Config +--- +My GUIX Config +--- +### What is Gnu Guix? +A amazing operating system! +- Different of others GNU/LINUX +- GUIX package are fast and stable +- Integration with Emacs +- Run fast on all machines +- Fast Init System +- Great control of your system versions +- Default: kernel hurd +- All configuration in one file! + +### My Configuration +- Channels +- Terminal: Alacritty +- WM: Xmonad + +[config.scm](/download/config.scm) +[Dotfiles](/download/config.7z) +[Xmonad](/download/xmonad.7z) + +[Codeberg](https://codeberg.org/berkeley/guix-config) +[Github](https://github.com/cristiancmoises/guix-config) + +## Screenshots +![guix](/images/guix.png) +![guix1](/images/guix1.png) +![guix2](/images/guix2.png) + +## More Here: +A great collection of tools for guix users +created by my friend Hashirama. + +### [Modern LISP Machine](https://codeberg.org/hashirama/modern_lisp-machine)