aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/system/aerospace.nix.org
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 /macos.local/.flake/system/aerospace.nix.org
parent956513e090a72c66665998f1f3e6fade3abfd9d8 (diff)
system changes
Diffstat (limited to 'macos.local/.flake/system/aerospace.nix.org')
-rw-r--r--macos.local/.flake/system/aerospace.nix.org11
1 files changed, 11 insertions, 0 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