~ruther/guix-config

a9c6a7a1 — Rutherther 3 months ago
chore: add system repl initialization
708374b9 — Rutherther 3 months ago
feat: use core-dump-service-type in my config
31ca5064 — Rutherther 3 months ago
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.
cb46f38e — Rutherther 3 months ago
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
b30ce989 — Rutherther 3 months ago
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.
5d24039b — Rutherther 3 months ago
feat: dmenu-wl -> mew
39790168 — Rutherther 3 months ago
feat: add flatpak env
33b1dac7 — Rutherther 3 months ago
chore: update
e833d6c4 — Rutherther 3 months ago
feat: gc root operating system derivation
072fae52 — Rutherther 3 months ago
feat: install ykman
7048cc12 — Rutherther 3 months ago
feat: start wlr-services with display variable
88e973df — Rutherther 3 months ago
fix: custom waybar should keep upstream patches
9b2faa12 — Rutherther 3 months ago
chore: organize operating system config
afa97cf0 — Rutherther 3 months ago
chore: update
ae0b224e — Rutherther 4 months ago
chore: update
cc0552f2 — Rutherther 4 months ago
chore: update
0f804b73 — Rutherther 4 months ago
fix: wireshark patch
a426cc94 — Rutherther 5 months ago
chore: update
881ccdb1 — Rutherther 5 months ago
feat: add Wireshark, root-less privileges
14fb8314 — Rutherther 5 months ago
chore: update
Next