upd
This commit is contained in:
parent
476c13d296
commit
1bc03bdb14
4 changed files with 20 additions and 17 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue