diff options
-rw-r--r-- | posts/guixreview.md | 40 |
1 files changed, 40 insertions, 0 deletions
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) |