mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 14:01:29 +01:00
add hyprland config
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user