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/groq.nix | |
parent | e71cabacfd3af0e4426d7cfd1edbabf564b8fd4d (diff) |
extract programs.{ssh,emacs}
Diffstat (limited to 'profiles/groq.nix')
-rw-r--r-- | profiles/groq.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/groq.nix b/profiles/groq.nix index d1214b3..dc7df02 100644 --- a/profiles/groq.nix +++ b/profiles/groq.nix @@ -5,7 +5,9 @@ let in { imports = [ - ./common.nix + ../lib/common.nix + ../lib/packages.nix + ../lib/ssh.nix ]; accounts = { |