mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-17 00:48:20 +01:00
laptop: tweaks
This commit is contained in:
parent
6d597df30d
commit
1688632231
3 changed files with 16 additions and 18 deletions
|
|
@ -228,7 +228,7 @@
|
|||
|
||||
programs.floorp = {
|
||||
enable = true;
|
||||
|
||||
# package = pkgs.unstable.floorp-bin;
|
||||
};
|
||||
|
||||
# ---------
|
||||
|
|
@ -276,7 +276,15 @@
|
|||
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
|
||||
package = (
|
||||
pkgs.obs-studio.override {
|
||||
cudaSupport = true;
|
||||
}
|
||||
);
|
||||
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-websocket
|
||||
obs-vkcapture
|
||||
obs-pipewire-audio-capture
|
||||
obs-tuna
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue