17 lines
294 B
Nix
Raw Normal View History

2025-01-06 21:18:45 +01:00
# Home configurations for Hyprland. For system configs, see ./modules/hyprland
{
imports = [
./binds.nix
./hyprcursor
./waybar
./hypridle
./hyprlock
./hyprpanel
./hyprshot.nix
./settings.nix
2025-01-04 21:55:56 +01:00
./swaync
];
wayland.windowManager.hyprland.enable = true;
}