this post was submitted on 15 Mar 2024
64 points (94.4% liked)

Unixporn

15123 readers
74 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
 

cross-posted from: https://lemmy.ca/post/17456633

  • OS: Void Linux x86_64 musl
  • Icons: Nordzy
  • GTK Theme: Nordic
  • Qt Theme: Custom (Nord)
  • Cursors: Nordzy-Cursors
  • Layout: Supremo
  • Wallpaper: Galaxy (Nord)
  • Main Font: Cantarell
  • Monospace Font: Hack
  • Shell: Zsh
  • OMZ Theme: Gallifrey
  • Filesystem: Btrfs for /; Ext4 for ~; Ext4 for ~/Music

  • Browser: Mullvad
  • File Manager: Nemo
  • Terminal: foot
  • Music Player: qmmp
  • Editor: Micro
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (3 children)

~~Flatpak~~ Nix solved most of the issues I had the last time I tried musl. It's working fine as of today!

EDIT: Flatpak refuses to work with xdg-desktop-portal when dbus is running, so now I'm using the Nix package manager. Void+Nix is a match made in heaven!

[–] [email protected] 0 points 5 months ago (2 children)

New to linux. I tried this same thing in a virtual machine. I got a lot of stuff to work, but it seems like any services and daemons have to be installed on xbps because the ones from nix can't be enabled for Runit, or at least require doing that in a different way. So I would install those services through XBPS and everything else with Nix-Env which was enough to get a WM up, but I kept running into issues installing other things.

Now I'm running Void directly on my computer and I'm sticking to XBPS and so far it has gone a lot smoother, but I've heard about this Void + Nix thing a lot, but never really seen mentioned what the recommended approach to that is

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (1 children)

I'm not sure what the general consensus is, but I've been using XBPS for everything, and then nix-env for anything not available on the default repos or in srcpkgs. On my system, it's essentially just a replacement for Flatpak and AppImage, as I've had trouble running Flatpaks on Sway, and AppImages aren't yet supported on musl libc.

[–] [email protected] 2 points 5 months ago

Ok, that's sort of what I figured. I'll probably do that going forward. Thanks