profiles/gui: that's with exfat ;w;

This commit is contained in:
kat witch 2021-05-14 11:51:40 +01:00
parent a90cb8b456
commit ea449f61f9
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -16,6 +16,6 @@
hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ]; hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ];
services.tumbler.enable = true; services.tumbler.enable = true;
boot.supportedFilesystems = [ "exfat" ];
deploy.profile.gui = true; deploy.profile.gui = true;
} }