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