diff --git a/profiles/gui/default.nix b/profiles/gui/default.nix index 0cfc9164..f4506bac 100644 --- a/profiles/gui/default.nix +++ b/profiles/gui/default.nix @@ -16,6 +16,6 @@ hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ]; services.tumbler.enable = true; - boot.supportedFilesystems = [ "exfat" ]; + deploy.profile.gui = true; }