mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-16 16:40:49 +01:00
Update README and add new demo image as well as try to fix neovim emojis
This commit is contained in:
parent
ead180e173
commit
29635c577c
@ -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.
|
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>
|
</div>
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ ZaneyOS is a simple way of reproducing my configuration on any NixOS system. Thi
|
|||||||
|
|
||||||
#### 🍖 Requirements
|
#### 🍖 Requirements
|
||||||
- You must be running on NixOS.
|
- 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.
|
- Manually editing options.nix file in hosts/<yourhostname> folder.
|
||||||
|
|
||||||
#### 🎹 Pipewire, Spotify, & Notification Menu Controls
|
#### 🎹 Pipewire, Spotify, & Notification Menu Controls
|
||||||
|
BIN
config/demo.png
Normal file
BIN
config/demo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
@ -238,6 +238,9 @@ in
|
|||||||
telescope-fzf-native-nvim
|
telescope-fzf-native-nvim
|
||||||
vim-tmux-navigator
|
vim-tmux-navigator
|
||||||
];
|
];
|
||||||
|
extraVimConfig = ''
|
||||||
|
set noemoji
|
||||||
|
'';
|
||||||
extraLuaConfig = ''
|
extraLuaConfig = ''
|
||||||
${builtins.readFile ../../config/nvim/options.lua}
|
${builtins.readFile ../../config/nvim/options.lua}
|
||||||
${builtins.readFile ../../config/nvim/keymaps.lua}
|
${builtins.readFile ../../config/nvim/keymaps.lua}
|
||||||
|
Loading…
Reference in New Issue
Block a user