Compare commits

...

2 commits

Author SHA1 Message Date
0388667369
aerospace: add matugen 2025-10-06 19:11:44 +11:00
bc8559578e
aerospace: increase gaps 2025-10-06 19:08:05 +11:00
2 changed files with 11 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
services.aerospace.enable = true;
@ -6,4 +6,8 @@
homebrew.brews = [
"FelixKratz/formulae/borders"
];
environment.systemPackages = with pkgs; [
matugen
];
}

View file

@ -58,12 +58,12 @@ preset = 'qwerty'
# See:
# https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors
[gaps]
inner.horizontal = 6
inner.vertical = 6
outer.left = 6
outer.bottom = 6
outer.top = 6
outer.right = 6
inner.horizontal = 12
inner.vertical = 12
outer.left = 12
outer.bottom = 12
outer.top = 12
outer.right = 12
[[on-window-detected]]