system changes

This commit is contained in:
jjanzen 2025-01-07 21:37:32 -06:00
parent 956513e090
commit ce2b3630c6
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,11 @@
#+title: Aerospace Configuration
#+begin_src nix
{ config, pkgs, ... }:
{
services.aerospace = {
enable = true;
};
}
#+end_src

View file

@ -19,8 +19,7 @@ Import submodules.
in {
imports = [
./homebrew.nix
./skhd.nix
./yabai.nix
./aerospace.nix
];
#+end_src