feat: yazi extra shortcuts
# Changes ## docs: - Add extra tutorial docs ## Features: - Add `pdf combine` to yazi - Add `pdf normalization` to yazi - Add `Markdown to html` to yazi ## Breaking Changes: - Rename sops secret `wireguard/conf` to `wireguard/wg0.conf`: Make sure update your `sops-conf.nix` and secrets file.
This commit is contained in:
parent
dc8f796e18
commit
54ab4d4181
17 changed files with 266 additions and 34 deletions
15
README.md
15
README.md
|
|
@ -13,6 +13,7 @@
|
|||
- [x] Waybar
|
||||
- [x] Hyprlock
|
||||
- [x] Hypridle
|
||||
- [x] Zen Browser
|
||||
- [x] Swaync (Notification Center)
|
||||
- [x] Swww (Wallpaper)
|
||||
- [x] Ghostty (Terminal)
|
||||
|
|
@ -21,6 +22,12 @@
|
|||
- [x] Rofi (Application Launcher)
|
||||
- [x] Stylix
|
||||
|
||||
## Manuals
|
||||
|
||||
- [Hyprland](./docs/hyprland.md)
|
||||
- [Yazi Extra Shortcuts](./docs/yazi.md)
|
||||
- [Fcitx5 Input Method (With Bopomofo Tutorial)](./docs/fcitx.md)
|
||||
|
||||
## 🎮️ Game
|
||||
|
||||
- Steam
|
||||
|
|
@ -38,7 +45,7 @@
|
|||
|
||||
## 🌐 VPN
|
||||
|
||||
- Wireguard (You need put your own `wg0.conf` file) .
|
||||
- Wireguard (You need put your own `wg0.conf` in sops file) .
|
||||
|
||||
> NOTE: If import `wireguard.nix` without config file, the Build will fail.
|
||||
|
||||
|
|
@ -46,10 +53,6 @@
|
|||
|
||||
See [Python Cuda Flake](https://github.com/DACHXY/python-cuda-flake)
|
||||
|
||||
## 🧱 Wallpaper Engine
|
||||
|
||||
- [Linux Wallpaper Engine](https://github.com/Almamu/linux-wallpaperengine)
|
||||
|
||||
---
|
||||
|
||||
## 💿️ Installation
|
||||
|
|
@ -60,7 +63,7 @@ See [Python Cuda Flake](https://github.com/DACHXY/python-cuda-flake)
|
|||
|
||||
### Example
|
||||
|
||||
```
|
||||
```text
|
||||
system/dev/
|
||||
├── <your-device-name>
|
||||
├── boot.nix # You can add extra boot options here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue