mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates, fixes, adding some s/mime tools
This commit is contained in:
parent
683d9145c9
commit
7ec7fcf46e
7 changed files with 27 additions and 39 deletions
22
README.md
22
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue