Reorganize some apps and add wlsunset

This commit is contained in:
Jimbo 2024-12-22 22:01:38 -05:00
parent 8ffc50bef7
commit 829459865c
11 changed files with 10 additions and 14 deletions

View file

@ -1,7 +1,5 @@
{ pkgs, blender, ... }:
{
imports = [ ./obs ];
nixpkgs.overlays = [ blender.overlays.default ];
home.packages = with pkgs; [

View file

@ -1,14 +0,0 @@
{ pkgs, ... }:
{
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
obs-pipewire-audio-capture
obs-webkitgtk
obs-multi-rtmp
obs-vkcapture
obs-tuna
looking-glass-obs
];
};
}