tree-wide: drop emudeck module

This commit is contained in:
Aly Raffauf 2024-12-12 19:13:35 -05:00
parent d91a3b112a
commit 5d0aaabc6c
3 changed files with 0 additions and 17 deletions

View file

@ -1,6 +1,5 @@
{
imports = [
./emudeck
./firefox
./nicotine-plus
./steam

View file

@ -1,15 +0,0 @@
{
config,
lib,
pkgs,
...
}: {
config = lib.mkIf (config.ar.apps.emudeck.enable) {
environment.systemPackages = with pkgs; [emudeck];
ar = {
apps.steam.enable = lib.mkDefault true;
services.flatpak.enable = lib.mkDefault true;
};
};
}

View file

@ -5,7 +5,6 @@
}: {
options.ar = {
apps = {
emudeck.enable = lib.mkEnableOption "EmuDeck emulator manager.";
firefox.enable = lib.mkEnableOption "Firefox Web Browser.";
nicotine-plus.enable = lib.mkEnableOption "Nicotine+ Soulseek client.";
podman.enable = lib.mkEnableOption "Podman for OCI container support.";