Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2024-11-01 21:23:52 -07:00
commit 51e2913d6f

View File

@ -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