diff options
author | makefu <github@syntax-fehler.de> | 2017-12-27 06:12:07 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-27 06:12:07 +0100 |
commit | 6124dfffcf321c52a7a83880ec8a1ce0183009ba (patch) | |
tree | bf05765a65c069079ddcbb3744cc763ad4988ef8 /makefu/2configs/tools/mobility.nix | |
parent | 2589f81f9a9f53ccfc40d946ca693a83f2c81900 (diff) |
hw/exfat-nofuse -> tools/mobility
Diffstat (limited to 'makefu/2configs/tools/mobility.nix')
-rw-r--r-- | makefu/2configs/tools/mobility.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/2configs/tools/mobility.nix b/makefu/2configs/tools/mobility.nix new file mode 100644 index 000000000..70d376608 --- /dev/null +++ b/makefu/2configs/tools/mobility.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: +{ + users.users.makefu.packages = with pkgs;[ + go-mtpfs + ]; + + boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ]; +} |