Fix README comment at top

This commit is contained in:
Tyler Kelley 2024-02-21 02:44:20 -06:00
parent 3537bd5c0e
commit 2eac13d57f
3 changed files with 2 additions and 5 deletions

View File

@ -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.
<img align="center" width="80%" src="https://gitlab.com/Zaney/zaneyos/-/raw/main/config/home/files/media/demo.jpg" />

View File

@ -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 <ESC>
nnoremap <silent><c-t> <Cmd>exe v:count1 . "ToggleTerm"<CR>
inoremap <silent><c-t> <Esc><Cmd>exe v:count1 . "ToggleTerm"<CR>
'';
keymaps = [

View File

@ -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, ... }: