From e11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2022 08:31:44 -0700 Subject: aptos: consume the new profiles aptos is now using the new home-manager setup. --- hosts/aptos/profile.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hosts/aptos/profile.nix (limited to 'hosts/aptos/profile.nix') 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; + }; +} -- cgit 1.4.1