aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-07Fix kitty.conf: comments at EOL not supportedTimo Wilken
2022-12-04Install get-iplayerTimo Wilken
2022-12-01Get Emacs config in sync with packagesTimo Wilken
2022-12-01Convert alidist-mode to flymake and tweak flymake configTimo Wilken
2022-12-01Replace smartparens with electric-pair-modeTimo Wilken
2022-12-01Install recutilsTimo Wilken
2022-12-01Don't restart polybar when config changesTimo Wilken
2022-12-01Move guix gc cron job to system configTimo Wilken
2022-11-28Limit eldoc minibuffer to 3 linesTimo Wilken
2022-11-28Install libreoffice & makeTimo Wilken
Also, move curl to CLI tools section.
2022-11-27Get rid of unread highlighting in lessTimo Wilken
Without the gutter, this is annoying.
2022-11-27Don't highlight current transaction in ledger-modeTimo Wilken
2022-11-25Fix Lisp evil setupTimo Wilken
2022-11-25Remove KDE global-menu-related env varsTimo Wilken
2022-11-25Manage rofi menu scripts through Guix homeTimo Wilken
2022-11-25Indent shell scripts with 2 spacesTimo Wilken
2022-11-25Fix init.el indentationTimo Wilken
2022-11-25Improve ledger editing support in EmacsTimo Wilken
2022-11-25Sort htop by CPU in descending order in non-tree modeTimo Wilken
2022-11-25Fix CERN SMTP setupTimo Wilken
2022-11-24Small Emacs fixesTimo Wilken
2022-11-24Add flymake keybindingsTimo Wilken
2022-11-24Clean up use-package :hooksTimo Wilken
2022-11-24Set up Emacs smart-mode-lineTimo Wilken
2022-11-24Install and set up Dash docs in EmacsTimo Wilken
2022-11-24Install a few gamesTimo Wilken
Ignore very large games for now. 0ad and pioneer take too long to download.
2022-11-24WIP for using XOAUTH2 with Outlook mail accountsTimo Wilken
2022-11-22Stop using Xresources for i3 coloursTimo Wilken
2022-11-22Track custom Emacs packages in guix homeTimo Wilken
2022-11-22Tweak SSH configTimo Wilken
2022-11-22Basic Qt/KDE app themingTimo Wilken
2022-11-22Improve Xorg setupTimo Wilken
2022-11-22Install more useful packagesTimo Wilken
2022-11-22Run guix gc every eveningTimo Wilken
2022-11-22Use `source-module-closure` as recommendedTimo Wilken
2022-11-21Handle picom config completely guix-internallyTimo Wilken
2022-11-21Disable less status columnTimo Wilken
2022-11-21Install custom XCompose fileTimo Wilken
2022-11-21Install kitty system-wide for its termcap definitionsTimo Wilken
2022-11-21Use the Hermit font for everything monospacedTimo Wilken
2022-11-21Use rofi sessionmenuTimo Wilken
2022-11-21Set up polybar and decommission i3statusTimo Wilken
2022-11-21Add emacs configTimo Wilken
2022-11-21Add polybar configTimo Wilken
2022-11-21Add neomutt configTimo Wilken
2022-10-30Don't use `with-imported-modules' for built-in modulesTimo Wilken
2022-10-23Install blueman and graphvizTimo Wilken
Blueman needs to be installed in the profile, not just pulled in by the shepherd service, so that the applet can start blueman-manager. Installing it into the profile also adds it to rofi, for instance.
2022-10-23Fix colours in lessTimo Wilken
In order for `LESS_TERMCAP_*` variables to be processed properly when displaying man pages, we need `GROFF_NO_SGR=1`. Also, put `LESS_TERMCAP_*` variables into `lesskey` so they don't pollute the normal shell environment.
2022-10-23Store SSH keys outside ~/.sshTimo Wilken
Apparently, when setting up `home-openssh-service-type` for the first time, it deleted the keys I had stored in ~/.ssh.
2022-10-22Style and configure rofi and rofi-calc properlyTimo Wilken