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

View file

@ -29,6 +29,13 @@
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 = {
enable = true;
diff-so-fancy.enable = true;