fix(server): fix module path.
This commit is contained in:
parent
7a0864a992
commit
b3359f4002
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [../../modules/linux/zsh.nix];
|
||||
imports = [../../modules/cross-platform/home-manager/zsh.nix];
|
||||
|
||||
crony.zsh.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue