flake fix
This commit is contained in:
parent
e5baea2175
commit
0df33dc8e7
1 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@
|
|||
backupFileExtension = "backup";
|
||||
|
||||
users.tulg = {
|
||||
imports = [./modules/home.nix];
|
||||
imports = [./modules/home-manager/home.nix];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
backupFileExtension = "backup";
|
||||
|
||||
users.tulg = {
|
||||
imports = [./modules/home.nix];
|
||||
imports = [./modules/home-manager/home.nix];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue