tvl-depot/configs/shared
William Carroll edea127e07 Support building wpcarros-emacs
I'm using a Makefile until I can remember the command:

```shell
> nix-env -f . -i
```

This will install (i.e. `-i`) any derivations instantiated from the Nix
expression resolvable by `-f`. Ideally the incantation will look something like
this:

```shell
> nix-env -f '<universe>' -iA emacs
```

Informing `nix-env` to install all of the derivations created by the expression
at attribute `emacs` in my `<universe>` repository. For now two things are
preventing this:

1. `emacs` isn't an attribute in my top-level expression defined in the
   `default.nix`.
2. If I do add `emacs` as an attribute and call the above command, my usage of
   `readTree` results in `pkgs` missing `.lib` and a few other stdlib commands
   that are available in `(import <nixpkgs> {})`.

A fix for both of these should be forthcoming.
2020-01-31 13:20:18 +00:00
..
.config Remove PAGER prefix from hgst abbreviation 2020-01-28 11:35:02 +00:00
.docker Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.gnupg Extend {default,max}-cache-ttl in gpg-agent.conf 2020-01-22 21:13:06 +00:00
.gvcci/themes Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.irssi Drop support for i3 2020-01-06 15:25:25 +00:00
.local/share Support the JetBrainsMono font 2020-01-17 10:56:21 +00:00
.ncmpcpp Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.ssh Support env vars for {DESK,LAP,CLOUD}TOP devices 2020-01-29 14:21:01 +00:00
.g4d Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.gitconfig Ensure git yday alias formats commits like git today 2020-01-06 15:25:25 +00:00
.gitignore Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.profile Support env vars for {DESK,LAP,CLOUD}TOP devices 2020-01-29 14:21:01 +00:00
.tmux.conf Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.Xmodmap Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.Xresources Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.Xresources.shared Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.xsecurelockrc Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.xsessionrc Massive configuration overhaul 2019-12-24 15:21:34 +00:00
.xsessionrc.shared Support building wpcarros-emacs 2020-01-31 13:20:18 +00:00