Move OBS into production

This commit is contained in:
Jimbo 2024-10-16 00:20:47 -04:00
parent 9ba271bb94
commit 54a7a6e21a
3 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,5 @@
{ pkgs, lib, config, ... }: { pkgs, ... }:
{ {
imports = [
./obs
];
home.packages = with pkgs; [ home.packages = with pkgs; [
yt-dlp yt-dlp
spotdl spotdl

View file

@ -1,5 +1,9 @@
{ pkgs, blender-bin, ... }: { pkgs, blender-bin, ... }:
{ {
imports = [
./obs
];
home.packages = with pkgs; [ home.packages = with pkgs; [
krita krita
inkscape inkscape