From 5885c5257581aaeac587068c8740aee0b41a77a8 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:26:00 -0400 Subject: [PATCH] 204 current 2024-07-17 15:25:51 24.11.20240703.9f4128e 6.9.7-zen1 * --- boxes/desktop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boxes/desktop/configuration.nix b/boxes/desktop/configuration.nix index 5621c2c..b24e31f 100644 --- a/boxes/desktop/configuration.nix +++ b/boxes/desktop/configuration.nix @@ -104,6 +104,9 @@ in # }; + services = { + usbmuxd.enable = true; + }; services.desktopManager.plasma6.enable = true; services.xserver = { enable = true; @@ -156,6 +159,7 @@ in # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + ifuse ddcutil i2c-tools # python311