This commit is contained in:
Aleksandr 2025-02-28 22:25:30 +03:00
parent 476c13d296
commit 1bc03bdb14
4 changed files with 20 additions and 17 deletions

View file

@ -28,6 +28,8 @@ in
time.timeZone = sys.tz;
networking.hostName = sys.hostname;
services.gvfs.enable = true;
nix.settings = {
substituters = [
"https://hyprland.cachix.org"
@ -44,6 +46,8 @@ in
environment.systemPackages = with pkgs; [
ifuse
libimobiledevice
usbutils
glib
];
services.usbmuxd.enable = true;