From afb0d4737d7447318383d0dab131fddf4a2ec012 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 8 Sep 2021 09:48:05 -0400 Subject: [PATCH] feat: move MTP support into peripherals/modile --- hosts/Infini-DESKTOP/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index acdf840..665ccc7 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -61,6 +61,5 @@ }; services.kmscon.enable = true; - services.gvfs.enable = true; # MTP support }