about summary refs log tree commit diff
path: root/hosts/aptos/profile.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos/profile.nix')
-rw-r--r--hosts/aptos/profile.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix
new file mode 100644
index 0000000..d1272c3
--- /dev/null
+++ b/hosts/aptos/profile.nix
@@ -0,0 +1,7 @@
+{ ... }: {
+  my.profiles = {
+    # Laptop specific configuration
+    laptop.enable = true;
+    desktop.enable = true;
+  };
+}