she/her
All good, I was making a joke :P
prepare a shit glass of brown […]
I… don’t think I will
Don’t rely on VPNs as your (only) security, if you are at actual risk from your online activities. For piracy, it does not matter. Pick one you like
onion ring
lmao
you mean
{...}: {
programs.firefox.enable = true;
}
Infinite time is perfectly defined, it just doesn’t exist in our universe
“lol”, said the scorpion. “lmao”
Don’t forget about the sucking up to Musk
PBS spacetime is great, but fuck Sabine Hossenfelder, she loves to pretend to be an expert about things she isn’t qualified to talk about. Like how trans people don’t exist. Or getting basically everything wrong about neurodivergence. She can fuck all the way off
I’m not sure I’ll stick to it yet, since I really heavily on vim bindings through Tridactyl, and I got a feeling they won’t play nice (yet?). Zen is also not packaged on nix yet, so configuring it declaratively is going to be a pain
But I like what I see, so I’ll give it a shot! If it’s not for me, I can still recommend it to others, some of my friends are newly moving to Linux and I’ll take that chance to get them to ditch Opera, this might replicate some of the features quite nicely. Cheers!
Nice, that’s great to hear! I’ll give it a try
This looks great, how have I not heard of that?
Can you install Firefox addons? How is keyboard navigation?
first Tumblr banned porn, then Reddit requires sign-in for 18+ content (I know old UI bypasses that), and now Twitter has become a walled garden as well. Bad times for gooners
of course they’re not a drop-in replacement, as the cli is getting a major redesign, but as per your source
nix shell and nix develop are still experimental, so nix-shell is sticking around despite doing the same thing
it seems like they are made to fulfill the same purpose
Interesting, didn’t know the history of the command. But that post confirms my understanding, that nix shell/develop are the new replacements for nix-shell, with nix shell for temporary package installs and nix develop for debugging and developing
Source on the second statement? My understanding was that nix-shell is legacy for systems without flakes and nix-command enabled, and are being replaced by nix shell/run/develop
Careful, there’s three different terms in the mix here:
NixOS: an entire operating system, you don’t need this.
nix: the nix package manager. This is what you’ll need to install. look for single user install in the instructions.
home-manager: a module for nix. It’s aim is to allow declarative configuration of a users’ home configuration (and allow easier per-user install of packages on a global nix install).
If you want to go down the nix route, which I would recommend if you enjoy tinkering and having fine control over your system, you should start with installing nix. With that, you can already setup a shell that has the newest version of python available.
Going beyond that, I can link you some more resources, if you want c:
NixOS for most things, Debian on some servers as a docker host