20 lines
378 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
];
2025-01-11 23:24:55 +01:00
wayland.windowManager.hyprland = {
enable = true;
systemd.variables = [ "--all" ]; # Import environment into systemd
};
}