aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-07 21:37:32 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-07 21:37:32 -0600
commitce2b3630c67a874b47af2f7de5331de24ce91d37 (patch)
tree1a768b6a63f95a1af75eac90a151b083e89e6cac
parent956513e090a72c66665998f1f3e6fade3abfd9d8 (diff)
system changes
-rw-r--r--macos.local/.flake/system/aerospace.nix.org11
-rw-r--r--macos.local/.flake/system/core.nix.org3
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