README: updated

This commit is contained in:
kenji
2025-11-30 20:24:29 -06:00
parent 753fc37901
commit 905be7b581
2 changed files with 25 additions and 1 deletions
+22 -1
View File
@@ -12,7 +12,7 @@ This repository ensures that the custom `OmarchyOS` is not filled with filth cal
## Custom Applications Installed [🚧]
```sh
sudo pacman -Sy yazi stow 7zip python-pipx tickrs flatpak \
sudo pacman -Sy networkmanager yazi stow 7zip python-pipx tickrs flatpak \
pipx install todoman khal vdirsyncer
```
@@ -22,6 +22,27 @@ sudo pacman -Rs 1password-cli 1password-beta omarchy-chromium lazydocker ufw-doc
```
## Interventions
### Wi-fi Back-end (For steam not detecting Wi-Fi)
Tells the `networkmanager` to use `iwd` for Wi-Fi instead.
```sh
sudo -e /etc/NetworkManager/conf.d/wifi_backend.conf
```
Paste this inside:
```toml
[device]
wifi.backend=iwd
```
Stops old one:
```sh
sudo systemctl stop systemd-networkd
sudo systemctl disable systemd-networkd
```
Starts and enables NetworkManager:
```sh
sudo systemctl enable NetworkManager
sudo systemctl start NetworkManager
```
### Proper `Vdirsync` Implementation
Must sync (usually q5m) to avoid outdated information.