aboutsummaryrefslogtreecommitdiff
path: root/tw/home/lap.scm
AgeCommit message (Collapse)Author
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