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 = {
|
helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
settings = import ./dotfiles/helix/config.toml
|
settings = import ./dotfiles/helix/config.toml;
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "18.09";
|
home.stateVersion = "18.09";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue