Import profile from home manager side rather than NixOS side

This commit is contained in:
Joshua Yuen 2026-01-25 14:32:23 -05:00
parent 384408074b
commit 691826fb1b
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 0 additions and 2 deletions

View File

@ -1,10 +1,8 @@
{ {
profile,
... ...
}: }:
{ {
imports = [ imports = [
../../profiles/${profile}
../../profiles/vm ../../profiles/vm
../../modules/core ../../modules/core
../../modules/options ../../modules/options