mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
Transitioned to flatpak obs for now
This commit is contained in:
parent
e4e563ca48
commit
fd1eaaa114
|
@ -85,6 +85,8 @@
|
|||
users.defaultUserShell = pkgs.zsh;
|
||||
programs.zsh.enable = true;
|
||||
|
||||
fonts.fontDir.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue