Transitioned to flatpak obs for now

This commit is contained in:
Emmet 2023-10-21 22:05:18 -05:00
parent e4e563ca48
commit fd1eaaa114
2 changed files with 6 additions and 2 deletions

View file

@ -85,6 +85,8 @@
users.defaultUserShell = pkgs.zsh;
programs.zsh.enable = true;
fonts.fontDir.enable = true;
xdg.portal = {
enable = true;
extraPortals = [

View file

@ -94,10 +94,12 @@
blender
blockbench-electron
obs-studio
libsForQt5.kdenlive
#install kdenlive via flatpak due to missing plugins
#kdenlive
ffmpeg
(pkgs.writeScriptBin "kdenlive-accel" ''
#!/bin/sh
DRI_PRIME=1 kdenlive "$1"
DRI_PRIME=0 flatpak run org.kde.kdenlive "$1"
'')
movit
mediainfo