mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-29 04:27:11 +08:00
obs
This commit is contained in:
parent
bc557bcaf8
commit
eaa9f5d251
4 changed files with 12 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ in
|
|||
programs.nix-ld.enable = true; # for vscode server
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
brave
|
||||
google-chrome
|
||||
vscode
|
||||
zed-editor
|
||||
|
|
|
|||
11
modules/home/all/obs.nix
Normal file
11
modules/home/all/obs.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -5,5 +5,6 @@
|
|||
./all/vscode-server.nix
|
||||
./all/rio.nix
|
||||
./all/emacs.nix
|
||||
./all/obs.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
# Apps I use on desktops and laptops
|
||||
environment.systemPackages = with pkgs; [
|
||||
brave
|
||||
firefox
|
||||
# onlyoffice-bin
|
||||
obsidian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue