diff --git a/profiles/gui/default.nix b/profiles/gui/default.nix index f4506bac..8eac0d95 100644 --- a/profiles/gui/default.nix +++ b/profiles/gui/default.nix @@ -16,6 +16,7 @@ hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ]; services.tumbler.enable = true; + environment.systemPackages = with pkgs; [ ntfs3g exfat-utils ]; deploy.profile.gui = true; }