diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3cdb84 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +

+ 0xTux/nixos-config + + [![built with nix](https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a)](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 | Dunst | Naughty | +| Terminal | Alacritty | Alacritty | +| Editor | Neovim | Neovim | + +**Spent weeks on this system configuration 😢** + + +