summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/laptop.nix')
-rw-r--r--profiles/laptop.nix2
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
];