Move OBS into production
This commit is contained in:
parent
9ba271bb94
commit
54a7a6e21a
|
@ -1,9 +1,5 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./obs
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
yt-dlp
|
yt-dlp
|
||||||
spotdl
|
spotdl
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
{ pkgs, blender-bin, ... }:
|
{ pkgs, blender-bin, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./obs
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
krita
|
krita
|
||||||
inkscape
|
inkscape
|
||||||
|
|
Loading…
Reference in a new issue