summaryrefslogtreecommitdiffstats
path: root/.config/guix/manifest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* guix: break down monolithic profile into multiple smaller profilesAmin Bandali2020-03-134-11/+29
| | | | | | super useful for decoupling larger packages like icecat, libreoffice, and texlive from the rest of mostly-smaller packages, so i could easily `guix pull' and update the smaller ones as frequently as i like
* guix: add (sudo-less) lightAmin Bandali2020-01-271-0/+1
| | | | | landed fcb510c541e83291ea6682cba87020a913c64914 in guix.git so one can set brightness using light without sudo
* switch to exwm on chamanAmin Bandali2020-01-251-2/+13
|
* emacs: add back my znc forkAmin Bandali2020-01-231-0/+1
| | | | emacs-znc-git is from my guix-mab channel
* bash,guix: "fix" completionAmin Bandali2020-01-081-1/+1
|
* emacs,guix: port init.el over to guixAmin Bandali2020-01-081-12/+15
| | | | | | | | | TODO: consider writing guix package definitions for these: - alloy-mode - george-mode - org-pdftools - oddmuse-curl - znc.el (my fork)
* emacs,gnupg: do pinentry outside emacsAmin Bandali2019-08-311-1/+1
|
* emacs: use straight.el for package management againAmin Bandali2019-08-311-52/+1
| | | | | | | | it seems easier/cleaner to use straight rather than going through all of guix. not sure; might end up using guix again for it at some point. also, fork lean-mode and remove runtime requiring of cl, and use the fork. should submit PR and switch back to upstream once it’s merged.
* guix,emacs: bump guix{,-bandali}, add emacs-biblio-gitAmin Bandali2019-08-121-0/+1
|
* emacs,guix: install and use pdf-tools for viewing PDFs in emacsAmin Bandali2019-08-101-0/+1
|
* shell: it probably makes more sense to start ssh-agent in ~/.profileAmin Bandali2019-08-101-0/+1
|
* guix: mkdir ~/.config/guix/manifest and add one for jirudAmin Bandali2019-08-102-0/+196
TODO: figure out how to have one common.scm or multiple single-purpose lists of packages, like emacs.scm, xorg.scm, fonts.scm, tex.scm, etc.