From 2eac13d57f05704e5fd841f2ea4220ef43023bf4 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Wed, 21 Feb 2024 02:44:20 -0600 Subject: [PATCH] Fix README comment at top --- README.md | 2 +- config/home/neovim.nix | 3 --- hardware.nix | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) 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, ... }: