diff options
author | Ben Sima <ben@bsima.me> | 2021-11-01 12:16:34 -0600 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-01 12:16:34 -0600 |
commit | 22950ff17da1d197f55f1e73783da9077c2e3cdb (patch) | |
tree | 7736a93fb99ebc3103429958ae6dd9cab7950721 /profiles/workshop.nix | |
parent | e71cabacfd3af0e4426d7cfd1edbabf564b8fd4d (diff) |
extract programs.{ssh,emacs}
Diffstat (limited to 'profiles/workshop.nix')
-rw-r--r-- | profiles/workshop.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/workshop.nix b/profiles/workshop.nix index 0691b61..25d2d9f 100644 --- a/profiles/workshop.nix +++ b/profiles/workshop.nix @@ -4,6 +4,8 @@ { imports = [ ../lib/linux.nix + ../lib/ssh.nix + ../lib/packages.nix ]; home = { sessionVariables = { |