fixup! nixos: home: import common modules
This commit is contained in:
parent
2d3add3536
commit
fefd405e08
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ in
|
|||
# Not a fan of out-of-directory imports, but this is a good exception
|
||||
users.${config.my.user.name} = {
|
||||
imports = [
|
||||
"${inputs.self}/modules/common";
|
||||
"${inputs.self}/modules/home";
|
||||
"${inputs.self}/modules/common"
|
||||
"${inputs.self}/modules/home"
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue