Update README and add new demo image as well as try to fix neovim emojis

This commit is contained in:
Tyler Kelley 2024-05-17 18:06:38 -05:00
parent ead180e173
commit 29635c577c
3 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
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/demo.png" />
</div>
@ -13,7 +13,7 @@ ZaneyOS is a simple way of reproducing my configuration on any NixOS system. Thi
#### 🍖 Requirements
- You must be running on NixOS.
- Must have installed using GPT & UEFI.
- Must have installed using GPT & UEFI. Systemd-boot is what is supported, for GRUB you will have to brave the internet for a how-to. ☺️
- Manually editing options.nix file in hosts/<yourhostname> folder.
#### 🎹 Pipewire, Spotify, & Notification Menu Controls

BIN
config/demo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -238,6 +238,9 @@ in
telescope-fzf-native-nvim
vim-tmux-navigator
];
extraVimConfig = ''
set noemoji
'';
extraLuaConfig = ''
${builtins.readFile ../../config/nvim/options.lua}
${builtins.readFile ../../config/nvim/keymaps.lua}