aerospace

aerospace 0.20.3-Beta

i3-like tiling window manager for macOS

https://github.com/nikitabobko/AeroSpace
MIT License
main program: aerospaceprograms: -
Platforms (2)
x86_64-darwinaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aerospace
];
Ad-hoc shell
nix-shell -p aerospace
Flake (nix run)
nix run nixpkgs#aerospace