feat: add simple iso for making openpgp keys
This is mainly to make openpgp keys on a system that is not connected
to the internet.
chore: add system repl initialization
feat: use core-dump-service-type in my config
feat: core dumps service for putting core dumps to system folder
Rather than putting core dumps to currently working directory,
this makes it so that core dumps are outputted to /var/lib/dumps.
This makes it nicer 1. to find dumps, 2. to actually have multiple
dumps without them being overriden as the format of the name is chosen
as well.
The default format of the name is to put in unix timestamp, pid of the
process and path to the process.
fix: stop wlr-services if running on dwl startup
When wlr-services services are running already from previous session,
ie. after a logout or a crash, they couldn't be started again, 1.
because wlr-services has been running still, it needs to be stopped
first, 2. because the services got disabled cause they crashed with no
possibility to connect to wayland display 5 times.
The point 1. is fixed by this commit, 2. is fixed in guix-exprs
feat: gc root operating system non grafted os without new store connections
Multiple store connections are bad, especially if they are
unnecessary, which is like always. I just didn't know how to make it
without them, now I do. So this commit does that. But still, the
non-grafting is behaving strangely, the derivations aren't the same as
with --no-grafts.
feat: gc root operating system derivation
feat: start wlr-services with display variable
fix: custom waybar should keep upstream patches
chore: organize operating system config
feat: add Wireshark, root-less privileges