added missing semicolons

This commit is contained in:
twoneis 2023-11-02 10:01:20 +01:00
parent a4183a12c2
commit 7a2e21a35f

View file

@ -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";