profiles/gui: exfat support for vita sd

This commit is contained in:
kat witch 2021-05-14 09:11:54 +01:00
parent b2eaf6a80a
commit ffffeb73de
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
imports = [
@ -16,6 +16,6 @@
hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ];
services.tumbler.enable = true;
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
deploy.profile.gui = true;
}