diff options
author | Ben Sima <ben@bsima.me> | 2021-11-04 18:16:20 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-04 18:16:20 -0400 |
commit | 3afae79770852fda9a747fc993d28bb2c5ea364c (patch) | |
tree | 34eecec7e4d89adad5591ba26aa964093189bccd /profiles | |
parent | 5d2a849edb562c209d5d4d3b8116d8f588dee75c (diff) |
add emacs to workshop
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/workshop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/workshop.nix b/profiles/workshop.nix index 25d2d9f..42d6c5a 100644 --- a/profiles/workshop.nix +++ b/profiles/workshop.nix @@ -6,6 +6,7 @@ ../lib/linux.nix ../lib/ssh.nix ../lib/packages.nix + ../lib/emacs.nix ]; home = { sessionVariables = { |