updates, fixes, adding some s/mime tools

This commit is contained in:
Rouven Seifert 2023-03-02 19:01:48 +01:00
parent 683d9145c9
commit 7ec7fcf46e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 27 additions and 39 deletions

View file

@ -7,7 +7,7 @@
- **Window Manager:** [Hyprland](https://hyprland.org/)
- **Overall Theme:** [Base16 Dracula](https://github.com/dracula/base16-dracula-scheme)
- **Shell:** [Zsh](https://www.zsh.org/)
- **Terminal:** [Alacritty](https://github.com/alacritty/alacritty)
- **Terminal:** [Foot](https://codeberg.org/dnkl/foot)
- **Editor:** [Neovim](https://neovim.io/)
- **Notifications:** [Mako](https://github.com/emersion/mako)
- **Panel:** [Waybar](https://github.com/Alexays/Waybar)
@ -26,14 +26,14 @@ NAME MOUNTPOINT COMMENT
nvme0n1
├─nvme0n1p1 /boot
├─nvme0n1p2 # LUKS-encrypted partition
└─luksroot # btrfs with some subvolumes
─root /
─home /home
─lib /var/lib
─log /var/log
│ └─luksroot # btrfs with some subvolumes
─root /
─home /home
─lib /var/lib
─log /var/log
│ └─store /nix/store
└─nvme0n1p
└─luksswap # encrypted swap partition
└─luksswap [SWAP] # encrypted swap partition
```
@ -44,10 +44,10 @@ Old Intel Nuc that I got from @LeBogoo. Running a few personal services.
NAME MOUNTPOINT COMMENT
sda
├─sda1 /boot
─sda2 [SWAP]
─sda2 [SWAP]
└─sda3 # btrfs
─root /
─lib /var/lib
─log /var/log
─root /
─lib /var/lib
─log /var/log
└─store /nix/store
```