diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/laptop.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 6104901..c0b2d80 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -3,7 +3,9 @@ { imports = [ + ../lib/common.nix ../lib/linux.nix + ../lib/emacs.nix ../lib/ssh.nix ../lib/packages.nix ]; |