refactor: project repo changes
This commit is contained in:
parent
0bfcc7b19a
commit
1fbecfd579
11 changed files with 38 additions and 6 deletions
22
modules/darwin/home/programs/aerospace/default.nix
Normal file
22
modules/darwin/home/programs/aerospace/default.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, lib, ... }:
|
||||
let
|
||||
workspaceHelpers = import ./workspaces.nix { inherit lib; };
|
||||
|
||||
modes = import ./modes.nix {
|
||||
inherit (workspaceHelpers) workspaceFocusBindings workspaceSendBindings;
|
||||
};
|
||||
|
||||
userSettings = import ./user-settings.nix { modes = modes; };
|
||||
in {
|
||||
programs.aerospace = {
|
||||
enable = true;
|
||||
package = pkgs.aerospace;
|
||||
|
||||
launchd = {
|
||||
enable = true;
|
||||
keepAlive = true;
|
||||
};
|
||||
|
||||
userSettings = userSettings;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue