modularized :)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gvfs
|
||||
mtpfs
|
||||
jmtpfs
|
||||
];
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
libmtp
|
||||
];
|
||||
|
||||
services.gvfs.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user