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
Add a link
Reference in a new issue