Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-23 | feat(emacs): Install nginx-mode | Vincent Ambo | 1 | -0/+1 | |
2018-04-23 | feat(desktop): Install Helvetica Neue font | Vincent Ambo | 1 | -0/+1 | |
2018-04-22 | feat(packages): Pin stable channel to git commit | Vincent Ambo | 1 | -1/+10 | |
Instead of relying on nix-channel, pin the stable channel and override it on the whole machine. | |||||
2018-04-22 | refactor(packages): Pin unstable using builtins.fetchTarball | Vincent Ambo | 1 | -5/+8 | |
This is fetched at evaluation time and removes the dependency on first having some packages in scope. | |||||
2018-04-22 | feat(emacs): Pin EXWM to 0.18 | Vincent Ambo | 2 | -2/+6 | |
There are several severe regressions from EXWM 0.15 to EXWM 0.17. This commit pins the version to the somewhat newer 0.18 in hope that it resolves those issues again. | |||||
2018-04-22 | refactor(packages): Pin unstable channel in packages.nix | Vincent Ambo | 1 | -9/+22 | |
Pins the unstable Nix channel to a specific commit and uses package overrides to move select packages from that channel into the system Nix packages. | |||||
2018-04-22 | fix(dotfiles/fish): Fix shell setup for Nix 2.0 | Vincent Ambo | 1 | -0/+3 | |
2018-04-22 | feat(services): Enable PostgreSQL on all machines | Vincent Ambo | 1 | -0/+2 | |
2018-04-22 | feat(desktop): Add "screen-lock with wallpapers" shell script | Vincent Ambo | 1 | -0/+5 | |
2018-04-22 | feat(adho): Add The Dubliner's wifi | Vincent Ambo | 1 | -0/+6 | |
2018-04-04 | feat: Update to NixOS 18.03 | Vincent Ambo | 8 | -159/+8 | |
As the subject says ... This only includes some minor changes in configuration. Most interestingly several packages that I used to have in this repository as custom packages are now available in `nixos-unstable`. Unfortunately they weren't included in NixOS 18.03 though ... Either way, this is cleaner. | |||||
2018-03-26 | feat(emacs): Install elm-mode | Vincent Ambo | 1 | -0/+1 | |
2018-03-22 | feat(adho): Open Chromecast-related ports in firewall | Vincent Ambo | 1 | -0/+3 | |
2018-03-19 | refactor(pkgs): Install kontemplate from nixpkgs | Vincent Ambo | 2 | -24/+1 | |
Kontemplate has been upstreamed into Nix (yay!). | |||||
2018-03-17 | feat(emacs): Add Kotlin & TOML mode | Vincent Ambo | 1 | -0/+2 | |
2018-03-17 | feat(adho): Add initial CUPS configuration | Vincent Ambo | 1 | -0/+6 | |
2018-03-17 | feat(stallo): Enable SSH daemon | Vincent Ambo | 1 | -0/+2 | |
2018-03-09 | feat(desktop): Enable Russian keyboard layout | Vincent Ambo | 1 | -1/+1 | |
2018-03-09 | feat(emacs): Install edit-server | Vincent Ambo | 1 | -0/+1 | |
Install edit-server package for use with the "Edit in Emacs" Firefox extension. | |||||
2018-03-06 | fix(pkgs): Remove outdated nix-mode from Nix package | Vincent Ambo | 1 | -0/+6 | |
See https://github.com/NixOS/nixpkgs/issues/36372 for details | |||||
2018-03-06 | feat(emacs): Add custom nix-mode derivation | Vincent Ambo | 1 | -3/+19 | |
Adds a nix-mode derivation that uses the latest nix-mode from master. | |||||
2018-03-04 | refactor(pkgs): Add wallpapers to top-level package set | Vincent Ambo | 2 | -5/+9 | |
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 | |