Actually enable obs studio

This commit is contained in:
rotterdam 2023-04-04 09:40:11 -03:00
parent fbd8415492
commit bcf1fed099
2 changed files with 8 additions and 6 deletions

View file

@ -19,7 +19,7 @@
fzf fzf
gimp gimp
gocryptfs gocryptfs
# helvum helvum
heroic heroic
inkscape inkscape
# itch # Currently using unsafe electron version # itch # Currently using unsafe electron version
@ -32,17 +32,14 @@
logseq logseq
mangohud mangohud
mpv mpv
nil
nixfmt nixfmt
nix-init nix-init
nix-your-shell nix-your-shell
obs-studio obs-studio
obs-studio-plugins.obs-vkcapture
p7zip p7zip
prismlauncher-qt5 prismlauncher-qt5
protontricks protontricks
protonup protonup
# prusa-slicer
qbittorrent qbittorrent
quickemu quickemu
qview qview
@ -60,13 +57,11 @@
ventoy-bin ventoy-bin
virt-manager virt-manager
wezterm wezterm
yubikey-personalization-gui
# Package overrides # Package overrides
(appimage-run.override { extraPkgs = pkgs: [ libthai ]; }) (appimage-run.override { extraPkgs = pkgs: [ libthai ]; })
# Packages from 3rd party overlays # Packages from 3rd party overlays
agenix agenix
chatterino7 chatterino7
klassy
koi koi
]; ];

View file

@ -29,6 +29,13 @@
enable = true; enable = true;
nix-direnv.enable = true; nix-direnv.enable = true;
}; };
obs-studio = {
enable = true;
plugins = [
pkgs.obs-studio-plugins.obs-vkcapture
pkgs.obs-studio-plugins.obs-pipewire-audio-capture
];
};
git = { git = {
enable = true; enable = true;
diff-so-fancy.enable = true; diff-so-fancy.enable = true;