this post was submitted on 27 Jun 2023
12 points (100.0% liked)
Steam Deck
14781 readers
591 users here now
A place to discuss and support all things Steam Deck.
Replacement for r/steamdeck_linux.
As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title
The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.
Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.
These are not enforced, but they are encouraged.
Rules:
- Follow the rules of Sopuli
- Posts must be related to the Steam Deck in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure about what is your development environment, but I highly recommend looking at Nix: an independent package manager and functional language for reproducible software environments. It can be set up on deck without disabling ro https://determinate.systems/posts/nix-on-the-steam-deck
Nix has enormous amount of packages, just look at search.nixos.org. Even if it didn't have what you need, you can then install something like Podman or Distrobox and run whatever you want on any distro you want in a container.
Ok my software background is like a bit of Arduino and a bit of python. So that looks a bit to complicated from my perspective.
If you want to deep dive into Nix then yes, it's a hell of a rabbit hole, but if you just want to use it as a package manager to get whatever typical Linux software, then it's pretty straightforward imho