aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-07Fix kitty git difftool configurationTimo Wilken
2023-02-07Try out unattended-upgrade on laptopTimo Wilken
2023-02-06Remove verbose flag from SSH ProxyCommandTimo 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-02-03Remove automatic --all flag from git logsTimo Wilken
2023-01-27Allow access by Password Store app on phoneTimo Wilken
2023-01-27Install openssl for NextcloudTimo Wilken
2023-01-27Install Android fastbootTimo Wilken
2023-01-27Fix lxplus SSH loginTimo Wilken
2023-01-25Install curl by defaultTimo Wilken
Nextcloud might well need it.
2023-01-25Export server home env as a variableTimo Wilken
2023-01-25Export laptop home env as a variableTimo Wilken
2023-01-25Disable gnupg on serversTimo Wilken
I'm not using it at the moment, and this way I don't have to run a user-level shepherd process at all.
2023-01-24Enable autoindent in vimTimo Wilken
2023-01-24Remove guixdeploy user againTimo Wilken
It's probably better to just SSH in as root instead, seeing as the guixdeploy user can otherwise do anything as root anyway.
2023-01-24Use a basic vim instead of Emacs on serversTimo Wilken
2023-01-24Rename "lud" home to be the common "server" homeTimo Wilken
2023-01-23Export laptop system as a variableTimo Wilken
2023-01-22Add "guix deploy" configs for serversTimo Wilken
2023-01-22Rename "common" modules to be base modulesTimo Wilken
2023-01-22Export lud system as a variableTimo Wilken
2023-01-22Make backlight udev rule more idiomaticTimo Wilken
This doesn't seem to fix it, though. The backlight adjustment files are still owned by root:root.
2023-01-22Allow guixdeploy user to do anything as rootTimo Wilken
This is required to use "guix deploy".
2023-01-22Update SSH client config to use common server configTimo Wilken
This should make the SSH config more maintainable by putting things like SSH port numbers in one common place.
2023-01-22Extract common server packages and servicesTimo Wilken
This should improve maintainability a bit by combining common services running on the servers. Additionally, this parameterises common parts by servers' host names instead of the host-name-like symbols as before.
2023-01-22Extract common server user accountsTimo Wilken
2023-01-22Improve geiser keybindingsTimo Wilken
2023-01-22Install bsd-gamesTimo Wilken
2023-01-22Only start polybar if its monitor is connectedTimo Wilken
2023-01-19Add prototype of guile flymake linterTimo Wilken
2023-01-19Try to set Emacs native-comp cache directory earlierTimo Wilken
2023-01-19Minor keymap improvementsTimo Wilken
2023-01-19Always use evil-symbol-word-searchTimo Wilken
2023-01-19Fix eglot setupTimo Wilken
2023-01-19Fix flymake-collection setupTimo Wilken
2023-01-19Diminish more minor modesTimo Wilken
2023-01-19Fix Emacs data pathsTimo Wilken
2023-01-19Adjust zshrc for recent plugin changesTimo Wilken
2023-01-19Add almost-working Python 3.11 packageTimo Wilken
2023-01-19Remove zsh-autopair and package zsh-history-substring-searchTimo Wilken
Autopair is a bit annoying. I've been missing zsh-history-substring-search though, so package it.
2023-01-19Fix alidist-mode regexesTimo Wilken
2023-01-19Allow specifying non-GUI pinentry programTimo Wilken
On servers, I want to use pinentry-tty instead.
2023-01-19Disable ddcci-driver-linuxTimo Wilken
It fails to build and I wasn't using it anyway.
2023-01-19Fix picom invocationTimo Wilken
`--experimental-backends' is no longer supported; I think the backends are officially supported upstream now.
2023-01-19Add dependencies for video downloader on ludTimo Wilken
2023-01-19Disable annoying vdirsyncer cron jobsTimo Wilken
2023-01-19Add TODO note about Widelands 1.1Timo Wilken
2023-01-19Update alidistlint to 1.3.0Timo Wilken
The build still fails, though, because alidistlint requires a newer Python than is available in Guix.
2023-01-19Add configuration for new host vin.twilken.netTimo Wilken
2023-01-19Add nonfree installer imageTimo Wilken
Use the following command to write this image to disk: dd if=$(guix system image -t efi-raw tw/system/nonfree-installer.scm) \ of=/dev/sdX bs=64k oflag=sync status=progress