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
|
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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue