this post was submitted on 21 Jun 2023
58 points (100.0% liked)

Unixporn

15168 readers
31 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
58
submitted 1 year ago* (last edited 1 year ago) by mrh@mander.xyz to c/unixporn@lemmy.ml
 
all 14 comments
sorted by: hot top controversial new old
[–] jadedctrl@sopuli.xyz 3 points 1 year ago

What a hecking beautiful setup! :D

[–] twolf@lemmy.ml 3 points 1 year ago

looks great fellow guix user! dwl-guile and dato-guile look very interesting, i may need to switch to wayland soon and try it out (i’m currently using xmonad).

Nice, looks indeed very comfy.

[–] crandel@programming.dev 1 points 1 year ago

My setup is Swaywm on Arch and of cause Emacs

[–] sqraw@lemmy.ca 1 points 1 year ago (1 children)

Have you also tried nix, if so did you have any particular reason to stick with guix (maybe the Foss aspect)?

[–] mrh@mander.xyz 5 points 1 year ago (1 children)

I have never used nix or nixos. I liked their shared idea (functional, atomic, reproducible systems), and so when I looked at their differences they seemed to all be pros for guix:

  1. Clearer, more robust, more centralized documentation
  2. GNU Project
  3. Guile Scheme (Lisp) as opposed to Nix DSL
  4. Unparalleled emacs integration

The only bittersweet aspect of guix compared to nix was the foss only stuff, as I do need some proprietary drivers, but nonguix is so easy it hasn't been a practical issue. And of course I am big advocate of free software so I like that guix is pushing that forward.

There's also a theoretical issue that guix has less packages, but the standard channel + nonguix has had everyhing I use.

[–] sqraw@lemmy.ca 1 points 1 year ago

Thanks for taking the time, I didn't know about nonguix! Not a big emacs perso, but do live in vim. Probably going to give guix a try this weekend, thanks for the inspiration.

[–] ShadyGrove@lemmy.world 1 points 1 year ago

This is awesome! I had no idea that dwl-guile existed, I've been looking for something to replace stumpwm in Wayland and that may be it.

[–] hyperreal@lemmy.world 0 points 1 year ago (1 children)

Looks great! How do you find guix as an OS overall?

[–] mrh@mander.xyz 3 points 1 year ago (1 children)

I quite enjoy it!

Being able to rollback any change I make to the system, either package changes or system configuration, makes it completely unbreakable and provides great peace of mind. It means I can fully enjoy its rolling-release nature without worrying.

Having my entire system configuration declared in a single, robust programming language (Guile) across a small number of files makes it very easy to understand and just stick into source control to reproduce.

Being able to hack on it in a lisp (scheme) is the cherry on top, along with the great emacs integration. I would highly recommend it to any lisp/emacs/gnu enthusiasts.

[–] hyperreal@lemmy.world 1 points 1 year ago (1 children)

I'll have to give it a try. There are ways to get non-free software on guix? Is it just not officially part of the distro?

[–] mrh@mander.xyz 3 points 1 year ago (1 children)

Yes you can install non-free software on Guix. By default Guix only ships with non-free software in its iso and standard repo, but there is a nonguix channel (read repo) which comes with all the non-free software I've ever needed.

It's very easy to add channels to Guix. Flatpak and Nix are also available on Guix if you'd prefer to use those ways of getting non-free software.

[–] hyperreal@lemmy.world 2 points 1 year ago

I've been reading some more and I definitely want to give guix a spin. I guess that's the advantage of nix as a tool: you can always install alongside your distro's package manager if desired.