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