From 557163352d3224e941536c65f6ccb609a053e57a Mon Sep 17 00:00:00 2001 From: Cy Pokhrel Date: Tue, 26 Nov 2024 13:31:57 -0500 Subject: [PATCH] usbmuxd --- nix/configuration.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/nix/configuration.nix b/nix/configuration.nix index 9092912..da4e5ad 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -104,6 +104,12 @@ btop stockfish cutechess + grim + slurp + rofi-wayland + rofimoji + cliphist + jq ]; }; @@ -114,17 +120,11 @@ neovim git python3 - grim - slurp wl-clipboard mako tree kitty - rofi-wayland - rofimoji - cliphist borgbackup - jq brightnessctl alsa-utils nixd @@ -142,7 +142,6 @@ traceroute sops restic - nyx ]; environment.sessionVariables.NIXOS_OZONE_WL = "1"; @@ -319,4 +318,6 @@ persistent = true; options = "--delete-older-than 60d"; }; + + services.usbmuxd.enable = true; }