From ce2b3630c67a874b47af2f7de5331de24ce91d37 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 21:37:32 -0600 Subject: system changes --- macos.local/.flake/system/aerospace.nix.org | 11 +++++++++++ macos.local/.flake/system/core.nix.org | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 macos.local/.flake/system/aerospace.nix.org (limited to 'macos.local/.flake/system') 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 -- cgit v1.2.3