summaryrefslogtreecommitdiff
path: root/modules/root/software/default.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-11 11:26:40 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-11 11:26:40 -0500
commit635edfc0ce1ae0504f2877f846211a4fdfa6d327 (patch)
tree284874a1ea01254bd6b500122aff12123f664cc0 /modules/root/software/default.nix
parent8879ac8f270cdced4a70257b2b0523f025b597b3 (diff)
downloadnixos-635edfc0ce1ae0504f2877f846211a4fdfa6d327.tar.xz
nixos-635edfc0ce1ae0504f2877f846211a4fdfa6d327.zip
blackmagic desktop vid custom derivation and decklink support
Diffstat (limited to 'modules/root/software/default.nix')
-rw-r--r--modules/root/software/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/root/software/default.nix b/modules/root/software/default.nix
index 5f6494d..7696fd6 100644
--- a/modules/root/software/default.nix
+++ b/modules/root/software/default.nix
@@ -20,6 +20,7 @@
graphics.enable = lib.mkDefault false;
office.enable = lib.mkDefault false;
utilities.enable = lib.mkDefault false;
+ video.enable = lib.mkDefault false;
};
software.development = {