summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+ ];
+}