From 691826fb1b7e05ee52b6a1f47d43fb9f80fbb54b Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Sun, 25 Jan 2026 14:32:23 -0500 Subject: [PATCH] Import profile from home manager side rather than NixOS side --- hosts/vm/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/vm/default.nix b/hosts/vm/default.nix index 11f8f36..ff19aee 100644 --- a/hosts/vm/default.nix +++ b/hosts/vm/default.nix @@ -1,10 +1,8 @@ { - profile, ... }: { imports = [ - ../../profiles/${profile} ../../profiles/vm ../../modules/core ../../modules/options