~ruther/guix-config

ref: 902e628249192f573ed1d44a3d36f042a9b67a24 guix-config/home/home-configuration.scm -rw-r--r-- 17.7 KiB
902e6282 — Rutherther 2 months ago
feat: change swaylock color to less light
e5198c53 — Rutherther 2 months ago
fix: prevent error loading shell profile when tty empty

When started out of tty, $(tty) is null, and
[ $(tty) = /dev/tty1 ] ends up in [ = /dev/tty1 ],
and this produces an error.

Instead, switch to bash syntax with double [, and
move it to bash profile to prevent issues in case ~/.profile
is actually loaded from sh and not bash.
4b59ae9a — Rutherther 4 months ago
feat(home): Add setup_mirrored_repo script
eddb8be8 — Rutherther 4 months ago
feat: fonts for Japanese, Chinese characters
c2467e5a — Rutherther 5 months ago
feat: Add emacs from emacs-branch via inferiors
819ee341 — Rutherther 5 months ago
chore: update
39790168 — Rutherther 7 months ago
feat: add flatpak env
072fae52 — Rutherther 7 months ago
feat: install ykman
0a498f98 — Rutherther 9 months ago
feat: add flatpak
8b4cc181 — Rutherther 10 months ago
chore: new monitor setup
60e552c0 — Rutherther 11 months ago
fix: add zathura pdf support
cb0705c4 — Rutherther 1 year, 16 days ago
feat: add syncthing
7e4a8470 — Rutherther 1 year, 22 days ago
feat: move to more robust solution than time-machine

The problem with time-machine is that the guix
derivation might need to be recomputed and rebuilt.
This can happen because the underlying guix version used
to build it can differ. The solution to this can be
to keep the resulting guix in a folder, and use it out of
that folder, instead of recomputing it every time.

This can still mean that there will be need for
duplicit recomputation between building the guix
and pulling it into user profile. I don't know what
a good solution to this is, yet.
52d3a99e — Rutherther 1 year, 1 month ago
feat: expand cache ttl for cron
5311403b — Rutherther 1 year, 1 month ago
feat: add msmtp patch for utf8 encoding
ff38f904 — Rutherther 1 year, 1 month ago
feat: allow emacs and loopback pinentry
944b6e28 — Rutherther 1 year, 1 month ago
feat: add patch to mako
d47a01d0 — Rutherther 1 year, 1 month ago
feat: add e-mail sync, and packages
1bf58e4e — Rutherther 1 year, 1 month ago
feat: add mpris-ctld service
ee998cf9 — Rutherther 1 year, 1 month ago
feat: hydroxide service
Next