Actually enable obs studio
This commit is contained in:
parent
fbd8415492
commit
bcf1fed099
2 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue