diff options
| author | schererleander <leander@schererleander.de> | 2026-02-03 20:11:02 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2026-02-03 20:11:02 +0100 |
| commit | b2372a73d7a3b0a08adba03299c7980767c0f50d (patch) | |
| tree | 0344f98df5e25e9fdedbe5ab2062780227f2c640 /modules/home/editors | |
| parent | a7b6721b7ead027ce752c30d0e105ef456fb9f24 (diff) | |
style(modules): format with nixfmt
Diffstat (limited to 'modules/home/editors')
| -rw-r--r-- | modules/home/editors/neovim/default.nix | 2 | ||||
| -rw-r--r-- | modules/home/editors/zed/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/editors/neovim/default.nix b/modules/home/editors/neovim/default.nix index cbfd261..ef97f89 100644 --- a/modules/home/editors/neovim/default.nix +++ b/modules/home/editors/neovim/default.nix @@ -62,4 +62,4 @@ in ''; }; }; -}
\ No newline at end of file +} diff --git a/modules/home/editors/zed/default.nix b/modules/home/editors/zed/default.nix index 5fe90ed..95c3be0 100644 --- a/modules/home/editors/zed/default.nix +++ b/modules/home/editors/zed/default.nix @@ -49,4 +49,4 @@ in }; }; }; -}
\ No newline at end of file +} |
