mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00:00
aerospace: enable option desc fix (#6375)
This commit is contained in:
parent
c621c26c4c
commit
7a45774684
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in {
|
|||
meta.maintainers = with lib.hm.maintainers; [ damidoug ];
|
||||
|
||||
options.programs.aerospace = {
|
||||
enable = lib.mkEnableOption "enable AeroSpace window manager";
|
||||
enable = lib.mkEnableOption "AeroSpace window manager";
|
||||
|
||||
package = lib.mkPackageOption pkgs "aerospace" { };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue