initial commit

This commit is contained in:
2023-09-05 04:35:35 +05:30
commit 92675f27bf
24 changed files with 1161 additions and 0 deletions

27
README.md Normal file
View File

@ -0,0 +1,27 @@
# tux's NixOS configuration flake
## Installation
Currently there is 1 host:
1. esoteric
- UEFI boot w/ systemd-boot
Hosts can be build with:
```
sudo nixos-rebuild switch --flake .#<HOSTNAME>
```
## Components
| | Wayland | Xorg |
|---------------|------------|------------------|
| DM | TTY1 Login | SDDM |
| WM/DE | Hyprland | BSPWM |
| Compositor | Hyprland | Picom (Jonaburg) |
| Bar | / | Polybar + Eww |
| Hotkeys | Hyprland | Sxhkd |
| Launcher | / | Rofi |
| Notifications | Dunst | Dunst |
| Terminal | Alacritty | Alacritty |
| Editor | Neovim | Neovim |