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 🟰 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" /> <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 = { plugins = {
barbecue.enable = true; barbecue.enable = true;
gitsigns.enable = true; gitsigns.enable = true;
toggleterm.enable = true;
telescope = { telescope = {
enable = true; enable = true;
keymaps = { keymaps = {
@ -198,8 +197,6 @@ in {
extraConfigVim = '' extraConfigVim = ''
set noshowmode set noshowmode
inoremap jj <ESC> 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 = [ 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 # and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, username, ... }: { config, lib, pkgs, modulesPath, username, ... }: