Import profile from home manager side rather than NixOS side
This commit is contained in:
parent
384408074b
commit
691826fb1b
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
profile,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../profiles/${profile}
|
|
||||||
../../profiles/vm
|
../../profiles/vm
|
||||||
../../modules/core
|
../../modules/core
|
||||||
../../modules/options
|
../../modules/options
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue