Compare commits

..

4 Commits

Author SHA1 Message Date
tux
595cf577b4 feat: add davinci resolve 2026-02-28 01:24:11 +05:30
tux
214d86c1c6 chore: update tnvim flake input 2026-02-26 18:38:10 +05:30
tux
e95a103952 chore: update tpanel flake input 2026-02-26 07:46:59 +05:30
tux
6403fab5af feat(obs): add source record plugin 2026-02-25 13:24:36 +05:30
3 changed files with 5 additions and 4 deletions

6
flake.lock generated
View File

@@ -1900,11 +1900,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770425169, "lastModified": 1772111181,
"narHash": "sha256-n5rt2eF6HVYHDx0sONH2u4w9zq8JGIkCVT8JVLyJOXk=", "narHash": "sha256-cHBFhVspigIEfCIA3lteRYrBkXTT6j9A8eyypZOOTNI=",
"owner": "tuxdotrs", "owner": "tuxdotrs",
"repo": "tnvim", "repo": "tnvim",
"rev": "afd150b869298b788387c04031cccffac11da5de", "rev": "476698308f1568aa1aaa07ed5fb65dc6d92f5f2d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -62,6 +62,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
antigravity antigravity
davinci-resolve
telegram-desktop telegram-desktop
anydesk anydesk
rustdesk-flutter rustdesk-flutter

View File

@@ -2,6 +2,6 @@
programs.obs-studio = { programs.obs-studio = {
enable = true; enable = true;
enableVirtualCamera = true; enableVirtualCamera = true;
plugins = with pkgs.obs-studio-plugins; [obs-vaapi wlrobs]; plugins = with pkgs.obs-studio-plugins; [obs-vaapi wlrobs obs-source-record];
}; };
} }