Compare commits
2 commits
0439cefab3
...
0388667369
| Author | SHA1 | Date | |
|---|---|---|---|
| 0388667369 | |||
| bc8559578e |
2 changed files with 11 additions and 7 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue