{lib, ...}: let inherit (lib) mkEnableOption; in { imports = [ ./waybar ./wofi ./alacritty.nix ./astal.nix ./hyprlock.nix ./kitty.nix ./mako.nix ]; options.apps = { alacritty = mkEnableOption "Enable the alacritty terminal."; astal = mkEnableOption "Enable the astal gtk shell."; kitty = mkEnableOption "Enable the kitty terminal."; mako = mkEnableOption "Enable the mako notification daemon."; hyprlock = mkEnableOption "Enable the hyprlock lockscreen."; waybar = mkEnableOption "Enable the waybar bar."; wofi = mkEnableOption "Enable the wofi launcher."; }; }