mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
27 lines
769 B
Markdown
27 lines
769 B
Markdown
# 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 | |