20 lines
350 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
./settings.nix
2025-01-04 21:55:56 +01:00
./swaync
];
programs = {
btop.enable = true;
2025-01-06 21:18:45 +01:00
kitty.settings.window_padding_width = 10;
};
wayland.windowManager.hyprland.enable = true;
}