~ruther/guix-config

ref: 4b8a9a015f81bd0047c04c60c9924516232c938a guix-config/home/home-configuration.scm -rw-r--r-- 17.8 KiB
4b8a9a01 — Rutherther 2 days ago main
feat: sway, dwm as backup
d3dcc1fc — Rutherther 2 months ago
chore: move to emacs-lucid
b6fb6ca1 — Rutherther 4 months ago
feat: use browser-selector.desktop as default browser
43b6acc8 — Rutherther 4 months ago
fix: remove tree-sitter-cpp as it's not compiling
549611bb — Rutherther 4 months ago
feat: add browser-selector.desktop for opening different browsers
2f51770c — Rutherther 4 months ago
feat: add more shell utilities
902e6282 — Rutherther 4 months ago
feat: change swaylock color to less light
e5198c53 — Rutherther 4 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 6 months ago
feat(home): Add setup_mirrored_repo script
eddb8be8 — Rutherther 6 months ago
feat: fonts for Japanese, Chinese characters
c2467e5a — Rutherther 7 months ago
feat: Add emacs from emacs-branch via inferiors
819ee341 — Rutherther 8 months ago
chore: update
39790168 — Rutherther 9 months ago
feat: add flatpak env
072fae52 — Rutherther 9 months ago
feat: install ykman
0a498f98 — Rutherther 11 months ago
feat: add flatpak
8b4cc181 — Rutherther 1 year, 27 days ago
chore: new monitor setup
fix: add zathura pdf support
feat: add syncthing
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.
feat: expand cache ttl for cron
Next