mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Screenshot and capture improvements
This commit is contained in:
parent
f792d80053
commit
6cd7c65863
3 changed files with 8 additions and 1 deletions
|
@ -10,8 +10,13 @@ in {
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.obs-studio.enable = true;
|
||||
programs.obs-studio.plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-gstreamer
|
||||
obs-vaapi
|
||||
obs-scale-to-sound
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
obs-studio
|
||||
kdePackages.kdenlive
|
||||
tenacity
|
||||
ardour
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue