0xTux/nixos-config
[](https://builtwithnix.org)
# NixOS configuration flake
## Installation
Currently there is 1 host:
1. canopus
- UEFI boot w/ systemd-boot
2. wsl
- Windows Subsytem for Linux
Hosts can be build with:
```
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 |
**Spent weeks on this system configuration 😢**