diff options
Diffstat (limited to 'macos.local/.flake/system/aerospace.nix.org')
-rw-r--r-- | macos.local/.flake/system/aerospace.nix.org | 11 |
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 |