summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-05-16 09:50:36 -0400
committerBen Sima <ben@bsima.me>2021-05-16 09:50:36 -0400
commitc9245f5e682e6814a9be626b688cb948fa7a2022 (patch)
tree2342a02272bec53e2134c3e2e6e7d50b825978d8 /profiles
parentfa8a6f493f1b5060fa306e39a5502df56f4f02c1 (diff)
add helium laptop
Diffstat (limited to 'profiles')
-rw-r--r--profiles/laptop.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix
new file mode 100644
index 0000000..3ecee50
--- /dev/null
+++ b/profiles/laptop.nix
@@ -0,0 +1,8 @@
+# helium laptop
+{ pkgs, lib, ... }:
+
+{
+ imports = [
+ ../lib/linux.nix
+ ];
+}