diff options
Diffstat (limited to 'modules/aerospace.nix')
| -rw-r--r-- | modules/aerospace.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/modules/aerospace.nix b/modules/aerospace.nix deleted file mode 100644 index 6c1164e..0000000 --- a/modules/aerospace.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ config, pkgs, lib, ...}: - -{ - options.aerospace.enable = lib.mkEnableOption "Enalbe aerospace and setup"; - config = lib.mkIf config.aerospace.enable { - programs.aerospace = { - enable = true; - userSettings = { - gaps = { - outer = 5; - }; - mode.main.binding = { - alt-h = "focus left"; - alt-j = "focus down"; - alt-k = "focus up"; - alt-l = "focus right"; - }; - }; - }; - }; -} |
