2017-12-27 05:12:07 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
users.users.makefu.packages = with pkgs;[
|
|
|
|
go-mtpfs
|
2017-12-28 23:12:37 +00:00
|
|
|
mosh
|
2017-12-27 05:12:07 +00:00
|
|
|
];
|
|
|
|
|
2018-02-14 00:34:17 +00:00
|
|
|
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
2017-12-27 05:12:07 +00:00
|
|
|
}
|