oops quick fixes

This commit is contained in:
KoenDR06 2025-09-16 23:52:58 +02:00
parent 82e5c613b4
commit c65c6c8fc6
2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,10 @@
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.apps.visual;
in {
imports = [
./firefox.nix
];
options = {
horseman.apps.visual = {
enable = mkEnableOption "Apps that run in a visual window";

View file

@ -13,7 +13,6 @@ in {
./boot
./base
./timers
./username.nix
];
options = {