Use imports instead of modules
This commit is contained in:
parent
97f64f3e5a
commit
313f09ec9b
|
|
@ -25,7 +25,7 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
user.${vars.userName} = {
|
||||
modules = [
|
||||
imports = [
|
||||
outputs.homeManagerModules.base
|
||||
outputs.homeManagerModules.shell
|
||||
outputs.homeManagerModules.dev
|
||||
|
|
|
|||
Loading…
Reference in New Issue