fixup! nixos: home: import common modules

This commit is contained in:
Bruno BELANYI 2024-01-03 17:46:19 +00:00
parent 2d3add3536
commit fefd405e08

View file

@ -16,8 +16,8 @@ in
# Not a fan of out-of-directory imports, but this is a good exception # Not a fan of out-of-directory imports, but this is a good exception
users.${config.my.user.name} = { users.${config.my.user.name} = {
imports = [ imports = [
"${inputs.self}/modules/common"; "${inputs.self}/modules/common"
"${inputs.self}/modules/home"; "${inputs.self}/modules/home"
]; ];
config = { config = {