about summary refs log tree commit diff
path: root/hosts/aptos/profile.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 08:31:44 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 08:31:44 -0700
commite11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce (patch)
treefe322ac74b52caa19ceb1c560c0beb396e0a155e /hosts/aptos/profile.nix
parentprofiles: create a few new profiles (diff)
downloadworld-e11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce.tar.gz
aptos: consume the new profiles
aptos is now using the new home-manager setup.
Diffstat (limited to '')
-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;
+  };
+}