mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-24 14:02:07 +02:00
Fix README comment at top
This commit is contained in:
parent
3537bd5c0e
commit
2eac13d57f
@ -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" />
|
||||
|
||||
|
@ -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 = [
|
||||
|
@ -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, ... }:
|
||||
|
Loading…
x
Reference in New Issue
Block a user