sickday

joined 2 years ago
[–] sickday@kbin.social 10 points 1 year ago

Yeah, this is something I'd expect to see on Moral Orel.

[–] sickday@kbin.social 2 points 1 year ago

+1 for Helix. I found it recently and it feels way easier to make changes and add support for new languages.

[–] sickday@kbin.social 5 points 1 year ago

It would be the exact same amount of effort you'd use to get new software on other distros. Both Arch and NixOS have very straightforward methods of installing new software that aren't any more difficult than doing so on Debian or some other distro. Both Arch and NixOS support independent package managers like flatpak and snap + they support Appimages.

I'd also add that OP doesn't even need to use NixOS to use nix packages, whereas Arch or Debian would require systems based on those distros. So if anything NixOS tries to make it very easy to add and configure software. Where does all the effort come in?

[–] sickday@kbin.social 8 points 1 year ago (1 children)

He's in a bathrobe in all of these lol

[–] sickday@kbin.social 13 points 1 year ago (5 children)

No that's "predestination". You're thinking of the process by which carbohydrates are synthesized from carbon dioxide and a source of hydrogen, using light as an energy source.

[–] sickday@kbin.social 5 points 1 year ago

Hell yea! I try to play old retro games with the family as the seasons change. This year I'm going to show them some of my favorite PSX titles

  • MediEvil 1 and 2
  • Heart of Darkness
  • Skeleton Warriors
[–] sickday@kbin.social 16 points 1 year ago (1 children)

Smart man. Ordering cheese sandwiches to go with the tomato soup he'll have at home

[–] sickday@kbin.social 8 points 1 year ago (1 children)

Pretty neat. You can use this with RPCS3. Unfortunately it's probably a matter of time before Take-Two/Rockstar ruin all the fun as they've historically done with fan projects.

[–] sickday@kbin.social 14 points 1 year ago

On a golden parachute I'm sure.

[–] sickday@kbin.social 1 points 1 year ago
[–] sickday@kbin.social 2 points 1 year ago

For what it's worth, I don't understand the nix language or all the package manager functions in their entirety. I generally use what I need and that's it. Most information I've required that is nixpkgs-specific I was able to find in the manual. home-manager has one as well and it's been the best reference for me.

[–] sickday@kbin.social 1 points 1 year ago

If so, how does that solve the problem of clutter in $HOME ?

If it wasn't clear from my message, the problem(s) these tools are solving for me would be 1. not having to keep track of my dotfiles and their directories, and 2. not storing configuration files directly on the disk I use for the $HOME dir. I'm not claiming these tools would solve clutter in the $HOME dir. Further, I think it should be alright for me to share tools for managing configuration files in your home directory in a discussion that directly relates to that subject.

So you create a symlink from $HOME/.program.ini to something in the nix store?

Normally it's the other way around. When you use nix and home-manager, you're technically generating files that will live in the nix-store and nix/home-manager will take care of symlinking those files to locations in your $HOME dir.

In this scenario though, I would use the https://nix-community.github.io/home-manager/options.html#opt-home.file option from home-manager to create a symlinks to a location that's outside of my $HOME dir so those files don't have to live on my home disk.

My particular use-case is that I want persistent configuration files that are shared throughout a handful of devices on my network. To this end, I use some home-manager symlinks that lead to a network folder where all these various directories and configuration files actually live. I edit those configurations in a single place and their changes propagate across the network to all the devices that would use them.

view more: ‹ prev next ›