Skip to content

Commit

Permalink
obs
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 14, 2024
1 parent bc557bc commit eaa9f5d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
1 change: 0 additions & 1 deletion configurations/nixos/vixen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ in
programs.nix-ld.enable = true; # for vscode server

environment.systemPackages = with pkgs; [
brave
google-chrome
vscode
zed-editor
Expand Down
11 changes: 11 additions & 0 deletions modules/home/all/obs.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
};
}
1 change: 1 addition & 0 deletions modules/home/linux-only.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
./all/vscode-server.nix
./all/rio.nix
./all/emacs.nix
./all/obs.nix
];
}
1 change: 0 additions & 1 deletion modules/nixos/linux/gui/desktopish/guiapps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

# Apps I use on desktops and laptops
environment.systemPackages = with pkgs; [
brave
firefox
# onlyoffice-bin
obsidian
Expand Down

0 comments on commit eaa9f5d

Please sign in to comment.