From 145678ae78e81cc2241c24f62d10e162c5f0d65f Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Tue, 29 Oct 2024 19:58:15 -0700 Subject: [PATCH] enable peripherals for all desktop configs --- provision/modules/desktop/peripherals.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/provision/modules/desktop/peripherals.nix b/provision/modules/desktop/peripherals.nix index 72c83d3a..8754ad9c 100644 --- a/provision/modules/desktop/peripherals.nix +++ b/provision/modules/desktop/peripherals.nix @@ -1,8 +1,7 @@ { config, lib, pkgs, user, ... }: -let cfg = config.modules.desktop.peripherals; +let cfg = config.modules.desktop; in { - options.modules.desktop.peripherals.enable = lib.mkEnableOption "peripherals"; config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ libimobiledevice # Library to support iPhone, iPod Touch and iPad devices on Linux