9 lines
118 B
Nix
9 lines
118 B
Nix
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
general = {
|
|
gaps_in = 5;
|
|
gaps_out = 15;
|
|
};
|
|
};
|
|
}
|