One note about // is that it doesn't deep combine attribute sets, so if you set the .url in one and .inputs.nixpkgs.follows in another then it will only use the second one. I don't think that matters here but it's tripped me up before. I think lib.mkMerge is the deep recursive alternative.
I've been using HDR on Linux since February or March and it works pretty well. MPV works great (with vk_hdr_layer), and games work if you run them in Gamescope, which has its own complications but overall it's pretty good.
Yep, all my classes they said to SSH into the Linux labs to test your code, except for my Assembly class where we had to use an ARM emulator that was only on Windows. I had to swallow a bit of my pride and remote desktop into the Windows labs instead.
Lots of people have been saying they should focus more on developing Firefox rather than doing other things like partnering with Mullvad or whatever. There are already quite a few other fediverse instances.
Yeah, and I have home-manager as the nixos module, not standalone. My config is here if you were interested. Some of it is a little messy but it's pretty good.
Personally I just put all my packages in configuration.nix (well, broken up into different files but all in environment.systemPackages). I only use home manager for extra config options for programs like Git, Neovim, or VSCodium. I only have one user so I see no reason for me to separate them.
I never use the flakes search, if I find a flake on github or somewhere then it will say how to add it as a flake input and enable it. That's mostly for extra modules or things like beta versions of software that haven't been added to the official repos yet, almost all of my packages are from the standard packages.
Born in 2004, I barely used the internet as a kid. Most my video games were off of CDs, and I occasionally got to use my dad's Steam account. In like 4th grade I played some Wizards101, League of Legends, and some flash games, and started watching Minecraft youtubers. Besides that I mostly used the internet to download Minecraft mods. I kinda eased into the internet that way so I never really was surprised at having so much accessible to me.
I didn't get on social media until I got on Reddit in high school. I tried Tumblr a bit but didn't like it since it was too different. I still don't use Twitter or anything, just Reddit and Lemmy and occasionally Pinterest.
One note about
//is that it doesn't deep combine attribute sets, so if you set the .url in one and .inputs.nixpkgs.follows in another then it will only use the second one. I don't think that matters here but it's tripped me up before. I think lib.mkMerge is the deep recursive alternative.