~ruther/guix-config

ref: 3cd53766b17434091abb96546e9a06a29e139747 guix-config/home/home-configuration.scm -rw-r--r-- 17.7 KiB
b6fb6ca1 — Rutherther 26 days ago
feat: use browser-selector.desktop as default browser
43b6acc8 — Rutherther 26 days ago
fix: remove tree-sitter-cpp as it's not compiling
549611bb — Rutherther 26 days ago
feat: add browser-selector.desktop for opening different browsers
2f51770c — Rutherther 26 days ago
feat: add more shell utilities
902e6282 — Rutherther a month ago
feat: change swaylock color to less light
e5198c53 — Rutherther a month 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 3 months ago
feat(home): Add setup_mirrored_repo script
eddb8be8 — Rutherther 3 months ago
feat: fonts for Japanese, Chinese characters
c2467e5a — Rutherther 4 months ago
feat: Add emacs from emacs-branch via inferiors
819ee341 — Rutherther 4 months ago
chore: update
39790168 — Rutherther 6 months ago
feat: add flatpak env
072fae52 — Rutherther 6 months ago
feat: install ykman
0a498f98 — Rutherther 8 months ago
feat: add flatpak
8b4cc181 — Rutherther 9 months ago
chore: new monitor setup
60e552c0 — Rutherther 10 months ago
fix: add zathura pdf support
cb0705c4 — Rutherther 11 months ago
feat: add syncthing
7e4a8470 — Rutherther 11 months 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, 6 days ago
feat: expand cache ttl for cron
5311403b — Rutherther 1 year, 6 days ago
feat: add msmtp patch for utf8 encoding
ff38f904 — Rutherther 1 year, 12 days ago
feat: allow emacs and loopback pinentry
Next