diff options
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 +} |