diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-22 00:02:19 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-22 00:02:19 -0700 |
| commit | 443f678813be1f8eef3b7153506a6f0a80ea4d0e (patch) | |
| tree | fe9f587b7aa1597cfa427d0d7dc6ba1125661c26 /home | |
| parent | 25b58a8bd95ed42acbb0ad159b528026f24c549a (diff) | |
Fix trailing newlines
Diffstat (limited to 'home')
| -rw-r--r-- | home/fastfetch.nix | 2 | ||||
| -rw-r--r-- | home/fcitx5.nix | 2 | ||||
| -rw-r--r-- | home/gtk.nix | 2 | ||||
| -rw-r--r-- | home/vim.nix | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/home/fastfetch.nix b/home/fastfetch.nix index fb02f0e..08c6606 100644 --- a/home/fastfetch.nix +++ b/home/fastfetch.nix @@ -70,4 +70,4 @@ ]; }; }; -}
\ No newline at end of file +} diff --git a/home/fcitx5.nix b/home/fcitx5.nix index 4beb677..943bf46 100644 --- a/home/fcitx5.nix +++ b/home/fcitx5.nix @@ -59,4 +59,4 @@ Bottom = 5; }; }; -}
\ No newline at end of file +} diff --git a/home/gtk.nix b/home/gtk.nix index a5de43d..c702a8f 100644 --- a/home/gtk.nix +++ b/home/gtk.nix @@ -14,4 +14,4 @@ size = 8; }; }; -}
\ No newline at end of file +} diff --git a/home/vim.nix b/home/vim.nix index 4399037..75e712f 100644 --- a/home/vim.nix +++ b/home/vim.nix @@ -34,4 +34,4 @@ url = "https://github.com/LnL7/vim-nix.git"; rev = "e25cd0f2e5922f1f4d3cd969f92e35a9a327ffb0"; }; -}
\ No newline at end of file +} |