diff options
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 = { |