summaryrefslogtreecommitdiff
path: root/tw/home/lap.scm
AgeCommit message (Collapse)Author
2023-04-22Reinstate vdirsyncer cronjobsTimo Wilken
With a long-enough TTL on the passwords in gpg-agent, this should work without popping up a password prompt every half hour.
2023-04-21Configure restic environmentTimo Wilken
2023-04-21Fix file locationsTimo Wilken
2023-04-21Install ncdu and electrumTimo Wilken
2023-04-21Merge diverged work and home branchesTimo Wilken
This took some work, particularly when re-merging the diverged OpenSSH configs and duplicate home services between lap.scm/home.scm and cern.scm.
2023-04-20Split work and home aerc configs apartTimo Wilken
2023-04-15Install cmus music playerTimo Wilken
2023-03-07Unify common laptop and CERN desktop home configTimo Wilken
2023-03-07Install levantTimo Wilken
2023-03-04Install texliveTimo Wilken
2023-03-04Install fallback fontsTimo Wilken
2023-03-04Install alidistlint and fix its setupTimo Wilken
Newer versions of alidistlint are Python 3.9-compatible.
2023-03-04Declare XDG file type associationsTimo Wilken
2023-03-04Install imv image viewerTimo Wilken
2023-03-04Set up nomad, consul, vaultTimo Wilken
2023-02-20Install Steam in laptop homeTimo Wilken
2023-02-18Delete KDE ConnectTimo Wilken
I don't really use it for much and its theming is very broken.
2023-02-16Install git-send-email for developmentTimo Wilken
2023-02-15Use symbol-append to build polybar service namesTimo Wilken
2023-02-15Use aerc for mail by defaultTimo Wilken
But keep neomutt installed for now, just in case.
2023-02-07Fix kitty git difftool configurationTimo Wilken
2023-02-03Allow using kitty as a git difftoolTimo Wilken
Get rid of annoying syntax highlighting in "kitty +kitten diff". This doesn't work properly with my terminal colour scheme; "bw" is the least intrusive.
2023-01-27Install Android fastbootTimo Wilken
2023-01-25Export laptop home env as a variableTimo Wilken
2023-01-22Rename "common" modules to be base modulesTimo Wilken
2023-01-22Install bsd-gamesTimo Wilken
2023-01-22Only start polybar if its monitor is connectedTimo Wilken
2023-01-19Allow specifying non-GUI pinentry programTimo Wilken
On servers, I want to use pinentry-tty instead.
2023-01-19Fix picom invocationTimo Wilken
`--experimental-backends' is no longer supported; I think the backends are officially supported upstream now.
2023-01-19Disable annoying vdirsyncer cron jobsTimo Wilken
2023-01-09Install games separately to avoid large downloadsTimo Wilken
Games are installed manually in ~/.guix-profile and updated less frequently than the home environment is reconfigured, in order to avoid multi-gigabyte downloads on every reconfigure.
2023-01-08Improve simple-service and service indentationTimo Wilken
2023-01-08Run nm-applet on laptopTimo Wilken
2023-01-07Schedule PIM metasyncs less frequentlyTimo Wilken
2023-01-07Install flightgear flight sim gameTimo Wilken
2023-01-07Fix spacing in polybar service descriptionTimo Wilken
2022-12-31Extract common home configuration for server and laptopTimo Wilken
2022-12-31Extract theming files into separate moduleTimo Wilken
2022-12-30Import custom packagesTimo Wilken
Also, import package modules instead of using `specifications->packages'.
2022-12-30Fix SSH port for ludTimo Wilken
2022-12-30Reorganise Guix home declaration into module treeTimo Wilken