this post was submitted on 29 Mar 2024
834 points (91.5% liked)

linuxmemes

20503 readers
1534 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
[โ€“] [email protected] 2 points 4 months ago (1 children)

I mostly just searched nixos how to package pyrhon/go/rust/ program or nixos how to package sddm theme/gtk/...

The best resource honestly are the randon blogposts since the wiki itself is really bad.

I also recommend the channel vimjoyer.

I also recommend to get into the habit of searching for options on https://search.nixos.org/options and for packages on https://search.nixos.org/packages which are great resources to know what you can set or install and already packages.

You can also check my nixos config on examples for how to package sddm theme and shell scripts.

I also have a couple programs on my selfhosted gitea that use flakes for packaging which you can checkout also.

https://code.cronyakatsuki.xyz/crony/nixos

[โ€“] fiddlestix 2 points 4 months ago

This is really useful. Thanks a lot! (Agree about the wiki).