added missing semicolons
This commit is contained in:
parent
a4183a12c2
commit
7a2e21a35f
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = import ./dotfiles/helix/config.toml
|
||||
}
|
||||
settings = import ./dotfiles/helix/config.toml;
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "18.09";
|
||||
|
|
Loading…
Add table
Reference in a new issue