• 0 Posts
  • 137 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle

  • Just because something isn’t a law of the universe doesn’t mean it isn’t real. English is an essentially arbitrary set of rules and sounds, yet I am using it to transport my thoughts into your head, where if I used my own fake words instead we’d glarf bort tinp ko esag.

    Or, more on point, there’s a world of difference between “won’t necessarily protect you” and “definitely won’t protect you”, where sovereign citizen bullshit is squarely in the latter category.




  • Malgas@beehaw.orgtoMemes@lemmy.mlLet's update...
    link
    fedilink
    English
    arrow-up
    3
    ·
    24 days ago
    nix flake update
    nix flake check --no-build
    git commit -a
    nh os switch
    

    Is the routine I’ve settled into. Flake update because I use flakes, flake check because it’s easier to see any warnings about deprecated options and the like so I can fix them preemptively, git commit after the check to avoid back-to back commits where the second is fixing some issue with the first, and nh because I like the pretty dependency graph and progress bar.



  • I’ve been on NixOS for a little over a year, and have been absolutely delighted at how well gaming works now. I initially thought I would dual boot until Windows 10 EoL, but have had no reason to use Windows in that time and a couple months ago I converted my storage disk from ntfs to ext4.

    Steam is nearly seamless; there have been one or two titles where I’ve had to switch the Proton version to experimental or GE, but nothing more than that. Heroic and Lutris have been similarly easy for non-Steam games. There has been nothing that I have tried to play that hasn’t worked, but I don’t play multiplayer games so YMMV there.

    That said, this is not my first rodeo with Linux. I used it extensively in the late '00s and early '10s, which probably helped to sand some of the rough edges off of my recent experience. Though back then wine was not really suitable for gaming. I also have an AMD GPU, which I understand has an easier setup process than Nvidia. (I literally haven’t had to think about graphics drivers at all.)









  • Malgas@beehaw.orgtoLinux@lemmy.mlEmoji problems
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    I had a similar thing happen recently following a NixOS upgrade. I wonder if it’s something that changed in Firefox.

    In my case, the solution was to set useEmbeddedBitmaps = true in fontconfig. Which is unlikely to be directly helpful to you on Fedora, but maybe there’s an equivalent option somewhere?