From 81040485139f3b54c384510ada4506e0f32f0d21 Mon Sep 17 00:00:00 2001 From: tux <0xTux@protonmail.com> Date: Thu, 21 Dec 2023 13:26:01 +0530 Subject: [PATCH] Create README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README.md 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 😢** + + +