~ruther/guix-config

b6d07f0b — Rutherther 1 year, 15 days ago
chore: update
9ef9fd9e — Rutherther 1 year, 1 month ago
chore: update, switch to codeberg mirror
c2467e5a — Rutherther 1 year, 1 month ago
feat: Add emacs from emacs-branch via inferiors
819ee341 — Rutherther 1 year, 1 month ago
chore: update
chore: update
feat: add plutosdr udev rules
feat: nix extra platform i686-linux
feat: add fwupd
chore: rename dbus-extras to dbus-blueman service
feat: use tlp instead of power profiles

The amdgpu kernel argument is necessary, because otherwise there are
frequent freezes!
feat: add xdg data dirs env var to dwl wrapper profile
chore: move my dwl repo
feat: use spotify from flatpak in dwl
chore: update
chore: update
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
Next