added obs on joe, use super hjkl for more things

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-02 10:13:33 -05:00
parent ad781a2385
commit afdc4776ff
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
programs.obs-studio = {
enable = true;
};
}