• 0 Posts
  • 27 Comments
Joined 4 months ago
cake
Cake day: June 4th, 2024

help-circle






  • Congrats on expressing that in the most passive-agressive and gatekeepery way you could’ve. I’ve been using Linux for the better part of a decade now, and know my way around the usr dir - however things work a bit different on NixOS, whose package manager doesn’t involve installation steps beyond adding the word “helix” to my packages list. I’m not great at reading though, so I absolutely would’ve missed something as obvious as the Installation page 😅 As for your beliefs about postmodern Vim clones, what’s the point (and fun) in the freedom of choice Linux offers if I can’t install and try out the latest fun spin on an old fave from time to time?




  • Was ready to downvote but this is actually a really good guide, well done OP! The one issue I will raise, though, because I faced it myself, is that as long as you’re still using Windows, it is way too easy to just go back to using the Windows programs not the open source ones. Only through switching to Linux can you really “throw yourself into the deep end” and force yourself to learn these new things. Microsoft has made themselves the “path of least resistance” (or at least that of “most momentum” for a reason) and if you’ve been using a computer for a while, it’s a lot easier to break the habits and realise the benefits by giving yourself no other option than it is by trying to discipline yourself into using the new options.


  • Oh yeah I 100% agree, and IMO the lowness of that bar just strengthens my point. Even in the state that it’s in, nobody would suggest that Debian or Ubuntu was dying (except this guy, I guess, since he did so above) - so saying that Nix, which is so much more up-to-date, is dying is laughable. I really like the graph posted a little further up in the thread, actually, I didn’t realise that the difference was that massive!




  • Huh, yeah that’s really weird. Intel device, no Nvidia, capable enough hardware. Unless there’s a hardware module for your device that that you haven’t enabled in your configuration.nix (I had to do one on my Framework for a few things to work properly), I don’t know why that wouldn’t be working for you. Out of interest, how did you install steam? Is it in your environment.systemPackages, or did you enable it with packages.steam.enable = true; (or whatever it is)



  • Darohan@lemmy.ziptoNix / NixOS@programming.devGaming on NixOS ?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    Interesting… I’ve just been pressing the “play” button on Steam 🤔 Let me do some digging and see if there’s anything weird I might be doing.

    Edit: Nope, confirmed, just pressing “play” in Steam using GE-Proton-9-9 works fine. Is there any reason you’re running it through nix-shell and steam-run instead of the Steam interface?





  • Just gone through this whole process myself. My god does it suck. Another thing you’ll want to be aware of around Takeout with Google Photos is that the photo metadata isn’t attached as EXIF like with a normal service, but rather it’s given as an accompanying JSON file for each image file. I’m using Memories for Nextcloud, and it has a tool that can restore the EXIF metadata using those files, but it’s not exact and now I have about 1.5k images tagged as being from this year when they’re really from 2018 or before. I’m looking at writing my own tool to restore some of this metadata but it’s going to be a right pain in the ass.