

Let me check my notes ths weekend and get back to you.
Let me check my notes ths weekend and get back to you.
I use nix for any packages I can’t get from guix repos. So that’s an option too.
The face eating alligator party.
Unfortunate this guy turned to be a chud.
GOP is a death cult. Thier propaganda is so effective that even when “a believers" life is threatened they will. not. change. their mindset.
I’ve been using linux as my only OS since 2019 and like you came to the conclusion that it’s come a long way and is totally a viable option instead of windows.
Linux is great at running on old HW. I have a desktop I built in 2009 that runs linux.
Looking forward to seeing this!
You’re welcome!
I’m certain I would!
CAVA is delish! I was down in VA for work one time and went there for dinner one night. The spicy lamb bowl is yum. I also like halal guys. I wish those two chains had spots where I live.
I also like to use bowls with more vertical sides as it helps prevent stuff escaping the bowl.
Conan is way more funny than Leno and Fallon.
I’m thinking The Wild Robot!
The usual chores (laundry, food shopping, some cleaning), reading, maybe watch a movie, go for walks both days. No special plans which =s how I like it.
I think older versions of the kernel (that support 486 hw) would still be available to download so someone could use them if they wanted. Not sure what other extre work would be involved though.
Great movie! The sequel isn’t as good.
Yeah if things get that bad factory jobs might start to look appealing. I don’t think we’re there yet though.
to install nix succesfully on my laptop I had to do the following steps:
guix install nix
nix-channel --list
if nixpkgs is not in channel then add
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
sudo nix-channel --update --verbose
now change the group and ower of /nix
cd /nix/
sudo chown -R {your user name} ./var
sudo chown -R {your user name} ./store
sudo chgrp -R users ./var
sudo chgrp -R users ./store
now update the channels
nix-channel --update --verbose
################################
then install say firefox
nix-env -iA nixpkgs.firefox