this post was submitted on 19 Jun 2025
12 points (92.9% liked)

Nix / NixOS

2361 readers
22 users here now

Main links

Videos

founded 2 years ago
MODERATORS
 

I forgot that I shared this a week ago.
It's licensed under AGPL-3.0.

One of my thoughts is to add pictures of how the system looks with this config.

My current questions are:

  • What do you think could be improved?
  • What would you like to see?
you are viewing a single comment's thread
view the rest of the comments
[–] fxomt@lemmy.dbzer0.com 5 points 1 month ago (3 children)

I'll keep my suggestions small:

  • Use a flake, absolute life-saver
  • Maybe split it into multiples files? Since your config is one file and 600 lines long
  • Check out home-manager. Very good for configuring your home directory
[–] recursive_recursion@lemmy.ca 5 points 1 month ago* (last edited 1 month ago) (2 children)

Flakes would be cool if they were easier to use/understand. Not sure if the situation has changed but when I tried to use flakes around 2-3 years ago I had a significant uphill battle in finding good documentation that I could parse, so much so that I gave up. Even getting this config to work I had to scour through their default docs, several hundreds of fellow nix user's repos, several different blog posts, and numerous youtube vids. (some apps still don't work, maybe because of Electron? hard to tell)

My previous background was manual Archlinux installs and I felt like I hit a brick wall with NixOS back then, maybe it's better? I'm still adverse but willing to try if someone could point me in a good direction to understand flakes.

Maybe split it into multiples files? Since your config is one file and 600 lines long

This I can definitely tackle👍

Check out home-manager. Very good for configuring your home directory

I know about Home Manger but I decided not to use it as I remember some incompatibilities with how I initially planned things out, I might have more information on this once I check my documentation.

Either way thanks for your feedback!🫡

[–] ziggurat@lemmy.world 1 points 1 week ago

If you are just using it as your single computers config, flakes are simpler than not using flakes. And adding multiple inputs becomes easy.

The main reason flakes are confusing is because people who don't know what they are explain them wrong. See here instead https://www.youtube.com/watch?v=JCeYq72Sko0

load more comments (1 replies)
load more comments (1 replies)