diff options
Diffstat (limited to 'macos.local/.flake/system')
-rw-r--r-- | macos.local/.flake/system/aerospace.nix.org | 1 | ||||
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/macos.local/.flake/system/aerospace.nix.org b/macos.local/.flake/system/aerospace.nix.org index bc7e11f..2ec5604 100644 --- a/macos.local/.flake/system/aerospace.nix.org +++ b/macos.local/.flake/system/aerospace.nix.org @@ -1,5 +1,6 @@ #+title: Aerospace Configuration +Enable Aerospace as a window manager for macOS. I have disabled gaps, move the mouse to follow windows, and an =i3=-like binding configuration. #+begin_src nix { config, pkgs, ... }: diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index 8e0419c..4ea5bc0 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -1,6 +1,6 @@ #+title: Homebrew Configuration -Set up Homebrew. +Set up Homebrew. I disable the quarantine automatically and ensure that the state of Homebrew is exactly as specified here. #+begin_src nix { config, pkgs, ... }: |