aboutsummaryrefslogtreecommitdiff
path: root/home-configuration.scm
AgeCommit message (Collapse)Author
2022-11-24Install a few gamesTimo Wilken
Ignore very large games for now. 0ad and pioneer take too long to download.
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-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-21Set up polybar and decommission i3statusTimo Wilken
2022-11-21Add emacs 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
2022-10-22Split config into GUI and terminal-only sectionsTimo Wilken
2022-10-22Simplify volume scriptTimo Wilken
2022-10-22Fix xrdb service pathsTimo Wilken
2022-10-22Run picom compositorTimo Wilken
2022-10-21Handle volume keys in i3Timo Wilken
2022-10-21Fix home-channels declarationTimo Wilken
2022-10-20Use pulsemixer for volume controlTimo Wilken
2022-10-20Install zathura with Catppuccin themeTimo Wilken
2022-10-20Major home configuration overhaulTimo Wilken
- load Catppuccin themes for some things - add various useful packages - declare more useful user services - manage SSH config through home-configuration.scm - manage extra Guix channels through home-configuration.scm
2022-10-12Initial commit of imported filesTimo Wilken