From c586a6f81aff5a54b5c479a67598570bb0b4921f Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Fri, 22 Dec 2023 04:04:07 +0530 Subject: [PATCH] updated readme --- README.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4ee7acf..d323469 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ ## Installation -Currently there is 1 host: -1. canopus - - UEFI boot w/ systemd-boot -2. wsl +Currently there are 3 host's: +1. **canopus** + - Asus Zephyrus G15 +2. **wsl** - Windows Subsytem for Linux +3. **controller** + - Hetzner VPS Hosts can be build with: @@ -22,17 +24,17 @@ sudo nixos-rebuild switch --flake .# ## Components -| | Wayland | Xorg | -|---------------|------------|------------------| -| DM | / | SDDM | -| WM/DE | / | AwesomeWM | -| Compositor | / | Picom (Jonaburg) | -| Bar | / | Wibar | -| Hotkeys | / | Awful | -| Launcher | / | Rofi | -| Notifications | / | Naughty | -| Terminal | / | Alacritty | -| Editor | / | Neovim | +| | Wayland | Xorg | +| ------------- | ------- | ---------------- | +| DM | / | SDDM | +| WM/DE | / | AwesomeWM | +| Compositor | / | Picom (Jonaburg) | +| Bar | / | Wibar | +| Hotkeys | / | Awful | +| Launcher | / | Rofi | +| Notifications | / | Naughty | +| Terminal | / | Alacritty | +| Editor | / | Neovim | **Spent weeks on this system configuration 😢**