18 lines
362 B
Nix
Raw Normal View History

# Home configurations for Hyprland. For system configs, see ./shared/modules/hyprland
{
imports = [
./binds.nix
./hypridle
./hyprlock
./hyprpanel
./hyprpaper.nix
./hyprshot.nix
./settings.nix
];
2025-01-11 23:24:55 +01:00
wayland.windowManager.hyprland = {
enable = true;
systemd.variables = [ "--all" ]; # Import environment into systemd
};
}