diff --git a/README.md b/README.md
index 1cec77a..92f8fb0 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## ZaneyOS đ° Best âď¸ NixOS Configs
-ZaneyOS is a way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more. *Please remember to change username and hostname in flake.nix.*
+ZaneyOS is a simple way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more.
diff --git a/config/home/neovim.nix b/config/home/neovim.nix
index 2efbd68..cea2f66 100644
--- a/config/home/neovim.nix
+++ b/config/home/neovim.nix
@@ -49,7 +49,6 @@ in {
plugins = {
barbecue.enable = true;
gitsigns.enable = true;
- toggleterm.enable = true;
telescope = {
enable = true;
keymaps = {
@@ -198,8 +197,6 @@ in {
extraConfigVim = ''
set noshowmode
inoremap jj
- nnoremap exe v:count1 . "ToggleTerm"
- inoremap exe v:count1 . "ToggleTerm"
'';
keymaps = [
diff --git a/hardware.nix b/hardware.nix
index f9b2a00..2f71a1a 100644
--- a/hardware.nix
+++ b/hardware.nix
@@ -1,4 +1,4 @@
-# Do not modify this file! It was generated by ânixos-generate-configâ
+#Do not modify this file! It was generated by ânixos-generate-configâ
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, username, ... }: