mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
enable peripherals for all desktop configs
This commit is contained in:
parent
27138332c4
commit
145678ae78
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user