add hyprland config

This commit is contained in:
2025-08-16 20:28:47 +02:00
parent 19fd771e13
commit 2360d681f1
10 changed files with 850 additions and 16 deletions

View File

@@ -1,6 +1,21 @@
# Nix Configuration
# NixOS Configuration
This repo contains my personal Nix / NixOS configuration.
This repo contains my personal NixOS configuration with multiple desktop environments.
## Quick Start
### Available Configurations
- **`nixos`** - GNOME desktop environment
- **`hyprland`** - Hyprland window manager
### Quick Commands
```bash
# Test configuration without switching
./ctl.sh os test hyprland
# Switch to Hyprland
./ctl.sh os rebuild hyprland
```
## Usage