this post was submitted on 01 Jan 2024
729 points (98.7% liked)

linuxmemes

20770 readers
1051 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HuntressHimbo@lemm.ee 3 points 8 months ago (1 children)

NixOS ended up disappointing me a fair bit. I just tried it recently and the KDE support seems very rough so far, or at least I couldn't find good answers to how to configure it and theme it.

[–] vox@sopuli.xyz 2 points 8 months ago* (last edited 8 months ago) (1 children)

kde theming is pretty much independent of your distro tho?

[–] HuntressHimbo@lemm.ee 4 points 8 months ago (1 children)

One of the main draw of NixOs is the reproducibility of builds, meaning that redoing the build will provide the exact same output each time, so Nix encourages you to make configuration changes through the package manager. I've mostly overcome my theming woes with home-manager now, but this comment was speaking to a little wrinkle I had when I was trying to learn and take advantage of the OS's features as best I could.

[–] takeda@lemmy.world 2 points 8 months ago

Home manager is the way to do it though.

The main configuration handles configuration of the system, home manager project was created to bring similar functionality for the user home directory. That's where the name comes from.

Home manager also works great when using Nix on other systems to manage for files, for example on OS X.