Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-04 | feat(pkgs/emacs): Add Haskell development packages | Vincent Ambo | 2 | -0/+11 | |
2018-03-04 | fix(emacs): Use custom sly derivations | Vincent Ambo | 1 | -5/+40 | |
The upstream sly derivations don't seem to work. This adds custom build instructions for the sly and sly-company Emacs packages. | |||||
2018-03-04 | fix: Make custom emacs available on system $PATH | Vincent Ambo | 1 | -2/+5 | |
2018-03-04 | feat(emacs): Install required emacs packages via Nix | Vincent Ambo | 2 | -2/+69 | |
2018-03-03 | chore(adho): Update office wifi configuration | Vincent Ambo | 1 | -6/+4 | |
2018-02-19 | feat(adho): Add Tjuvholmen Pluss wifi | Vincent Ambo | 1 | -0/+4 | |
2018-02-18 | fix(stallo): Use 5Ghz network at home | Vincent Ambo | 1 | -1/+1 | |
2018-02-02 | feat(adho): Add Amundsen wifi | Vincent Ambo | 1 | -0/+1 | |
2018-01-19 | chore(pkgs): Pin Rust release to 1.23.0 (2018-01-04) | Vincent Ambo | 1 | -1/+1 | |
2018-01-14 | feat(adho): Add Lorry's network | Vincent Ambo | 1 | -0/+1 | |
2018-01-12 | feat(desktop): Type parentheses the Lisp-machine way | Vincent Ambo | 1 | -1/+1 | |
https://www.reddit.com/r/lisp/comments/78tx8f/typing_parentheses_the_lisp_machine_way/ | |||||
2018-01-10 | feat(adho): Add Teknologihuset wifi | Vincent Ambo | 1 | -0/+4 | |
2018-01-10 | feat(adho): Add various travel-related wifi networks | Vincent Ambo | 1 | -0/+3 | |
2018-01-04 | feat(desktop): Re-enable Compton | Vincent Ambo | 1 | -0/+5 | |
2017-12-24 | chore(dotfiles/pkgs): Remove rofi and configuration | Vincent Ambo | 3 | -6/+0 | |
No longer need this with EXWM, where Helm replaces all these features. | |||||
2017-12-24 | chore(dotfiles): Remove i3 config | Vincent Ambo | 2 | -164/+0 | |
2017-12-24 | refactor(pkgs): Switch to stable Firefox distribution | Vincent Ambo | 1 | -2/+2 | |
Since Firefox Quantum is in stable, I don't need to use the beta binary anymore. | |||||
2017-12-24 | feat(adho): Add The Thief wifi | Vincent Ambo | 1 | -0/+1 | |
2017-12-21 | feat(adho): Add a few networks in Stockholm | Vincent Ambo | 1 | -0/+8 | |
2017-12-21 | chore(adho): Remove Steam & related config | Vincent Ambo | 1 | -5/+0 | |
2017-11-24 | feat(adho): Add BrewDog network | Vincent Ambo | 1 | -1/+5 | |
2017-11-24 | feat(pkgs): Install SBCL & friends | Vincent Ambo | 1 | -0/+2 | |
2017-11-20 | feat(adho): Add a few more wifi networks | Vincent Ambo | 1 | -0/+8 | |
2017-11-15 | feat(desktop): Move from i3 to exwm | Vincent Ambo | 2 | -11/+12 | |
Emacs just controls everything now. Why not! Rather than using the builtin NixOS support for EXWM I've added a custom snippet that takes care of the launching. This assumes that the user launching the session has my emacs configuration installed, which I, in practice, always do. * remove setup of i3wm (until I'm comfortable using exwm I will keep the i3 configuration files around) * disable compton (exwm brings its own compositor) * disable auto-starting of emacs user service * enable & configure exwm (also see correlating commits in my emacs.d repository) | |||||
2017-11-15 | feat(pkgs): Install gopass-bin | Vincent Ambo | 2 | -0/+26 | |
2017-11-13 | feat(pkgs): Bump MQ version | Vincent Ambo | 1 | -3/+3 | |
2017-11-10 | feat(adho): Add Cafe Sara network | Vincent Ambo | 1 | -0/+5 | |
2017-11-09 | feat(pkgs): Add stern-bin package | Vincent Ambo | 2 | -1/+27 | |
2017-11-08 | feat(adho): Add FSCONS & Hackeriet networks | Vincent Ambo | 1 | -0/+8 | |
2017-11-07 | feat(pkgs): Install rustracer | Vincent Ambo | 1 | -0/+1 | |
2017-11-06 | feat: Set up openssl.dev links in system environment | Vincent Ambo | 1 | -0/+1 | |
This makes building stuff without nix-shell somewhat easier. | |||||
2017-11-06 | chore: Disable PostgreSQL | Vincent Ambo | 1 | -3/+0 | |
2017-11-06 | chore: Disable VirtualBox again | Vincent Ambo | 1 | -3/+0 | |
2017-11-05 | feat(pkgs): Bump Kontemplate to v1.3.0 | Vincent Ambo | 1 | -3/+3 | |
2017-11-02 | feat: Configure JACK setup for use with Overtone | Vincent Ambo | 2 | -0/+5 | |
2017-10-31 | fix(pkgs): Install additional evolution dependencies | Vincent Ambo | 1 | -0/+3 | |
Evolution depends on these packages in order to function correctly. It can actually not even resize window panes (!) without dconf, which is a bit ridiculous. | |||||
2017-10-30 | feat(pkgs): Enable Evolution & GNOME key ring | Vincent Ambo | 2 | -0/+4 | |
2017-10-29 | fix(adho): Use 5Ghz network at home | Vincent Ambo | 1 | -1/+1 | |
2017-10-29 | feat(adho): Install Steam | Vincent Ambo | 1 | -1/+6 | |
2017-10-25 | docs: Update README with setup instructions | Vincent Ambo | 1 | -7/+6 | |
2017-10-25 | feat(pkgs): Install dnsutils | Vincent Ambo | 1 | -0/+1 | |
2017-10-25 | feat(adho): Add phone-tethering network | Vincent Ambo | 1 | -0/+9 | |
2017-10-24 | feat(pkgs): Add pulseaudio-ctl | Vincent Ambo | 2 | -0/+27 | |
This is required for i3! | |||||
2017-10-23 | refactor: Enable PostgreSQL on both machines | Vincent Ambo | 2 | -3/+3 | |
2017-10-23 | fix(dotfiles/alacritty): Slightly increase font size | Vincent Ambo | 1 | -1/+1 | |
2017-10-23 | feat(stallo): Enable PostgreSQL for development | Vincent Ambo | 1 | -0/+3 | |
2017-10-22 | feat(dotfiles/fish): Add Cargo-installed tools to $PATH | Vincent Ambo | 1 | -1/+1 | |
2017-10-22 | feat(adho): Add another wifi network | Vincent Ambo | 1 | -0/+5 | |
2017-10-21 | feat(desktop): Install some more fonts | Vincent Ambo | 1 | -0/+4 | |
Adds fonts that will be useful for switching to i3status-rust and its powerline mode! | |||||
2017-10-21 | style(all): Consistently use block/attr format & clean up | Vincent Ambo | 5 | -52/+69 | |