This commit is contained in:
Sridhar Ratnakumar 2024-11-14 14:59:55 -05:00
parent bc557bcaf8
commit eaa9f5d251
No known key found for this signature in database
4 changed files with 12 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
};
}

View file

@ -5,5 +5,6 @@
./all/vscode-server.nix
./all/rio.nix
./all/emacs.nix
./all/obs.nix
];
}

View file

@ -5,7 +5,6 @@
# Apps I use on desktops and laptops
environment.systemPackages = with pkgs; [
brave
firefox
# onlyoffice-bin
obsidian