This commit is contained in:
KoenDR06 2025-09-16 23:54:10 +02:00
parent c65c6c8fc6
commit 6c5ddcadff
3 changed files with 2 additions and 6 deletions

View file

@ -10,7 +10,7 @@ in {
imports = [ imports = [
./firefox.nix ./firefox.nix
]; ];
options = { options = {
horseman.apps.visual = { horseman.apps.visual = {
enable = mkEnableOption "Apps that run in a visual window"; enable = mkEnableOption "Apps that run in a visual window";

View file

@ -1,7 +1,4 @@
{ {lib, ...}: let
lib,
...
}: let
inherit (lib) mkOption types; inherit (lib) mkOption types;
in { in {
imports = [ imports = [

View file

@ -33,4 +33,3 @@ in {
}; };
}; };
} }