summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-12-16 07:36:30 -0500
committerBen Sima <ben@bsima.me>2021-12-16 07:40:06 -0500
commitfb494f56967029724e851a1d624a68caa51bb20e (patch)
treea19eab15271bf583ecd3b654418a5aad719292a1 /profiles
parent94ab172aa24da120b8d56e223559622b285e92ad (diff)
add obsidian, common, emacs to laptop
Diffstat (limited to 'profiles')
-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
];