2025-01-12 20:32:36 +01:00

21 lines
398 B
Nix

# Home configurations for Hyprland. For system configs, see ./modules/hyprland
{
imports = [
./binds.nix
./hyprcursor
./waybar
./hypridle
./hyprlock
./hyprpanel
./hyprpaper.nix
./hyprshot.nix
./settings.nix
./swaync
];
wayland.windowManager.hyprland = {
enable = true;
systemd.variables = [ "--all" ]; # Import environment into systemd
};
}