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