diff options
-rw-r--r-- | macos.local/.flake/system/aerospace.nix.org | 11 | ||||
-rw-r--r-- | macos.local/.flake/system/core.nix.org | 3 |
2 files changed, 12 insertions, 2 deletions
diff --git a/macos.local/.flake/system/aerospace.nix.org b/macos.local/.flake/system/aerospace.nix.org new file mode 100644 index 0000000..2c25c12 --- /dev/null +++ b/macos.local/.flake/system/aerospace.nix.org @@ -0,0 +1,11 @@ +#+title: Aerospace Configuration + +#+begin_src nix + { config, pkgs, ... }: + + { + services.aerospace = { + enable = true; + }; + } +#+end_src diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org index 13e3d97..27f3704 100644 --- a/macos.local/.flake/system/core.nix.org +++ b/macos.local/.flake/system/core.nix.org @@ -19,8 +19,7 @@ Import submodules. in { imports = [ ./homebrew.nix - ./skhd.nix - ./yabai.nix + ./aerospace.nix ]; #+end_src |