diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-03-27 03:14:13 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-27 03:14:13 +0000 |
commit | a3195a722c26172d2d9dda05ce52bf4f42dfbb91 (patch) | |
tree | 7482bc8f698c8e2f37ae86ed76fc56d67fc8e289 | |
parent | 8b153a33caca2a19ee82cd26a08d8edcb2475a8e (diff) |
Add files via upload
-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) |