system changes
This commit is contained in:
parent
956513e090
commit
ce2b3630c6
2 changed files with 12 additions and 2 deletions
11
macos.local/.flake/system/aerospace.nix.org
Normal file
11
macos.local/.flake/system/aerospace.nix.org
Normal file
|
@ -0,0 +1,11 @@
|
|||
#+title: Aerospace Configuration
|
||||
|
||||
#+begin_src nix
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.aerospace = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
#+end_src
|
|
@ -19,8 +19,7 @@ Import submodules.
|
|||
in {
|
||||
imports = [
|
||||
./homebrew.nix
|
||||
./skhd.nix
|
||||
./yabai.nix
|
||||
./aerospace.nix
|
||||
];
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue