Skip to content

Commit

Permalink
hosts/laptop: grab libimobiledevice suite of tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontear committed Jan 26, 2025
1 parent cd76111 commit 9767767
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/laptop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
# Enable a desktop environment
my.desktops.sway.enable = true;

# Grab the `libimobiledevice` suite of tools.
services.usbmuxd.enable = true;
environment.systemPackages = with pkgs; [
ifuse
idevicerestore
libimobiledevice
];

# Set locale, keymap and timezone
console.keyMap = "us";
i18n.defaultLocale = "en_CA.UTF-8";
Expand Down

0 comments on commit 9767767

Please sign in to comment.