Skip to content

Commit

Permalink
[𝚫] (host): enabling recorder, freq. obs use
Browse files Browse the repository at this point in the history
  • Loading branch information
Icy-Thought committed Feb 6, 2024
1 parent 155e9f4 commit 5de230d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions hosts/thinkpad-e595/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
music.enable = true;
video.enable = true;
};
recorder = {
enable = true;
video.enable = true;
};
social = {
base.enable = true;
matrix.withDaemon.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion modules/desktop/toolset/recorder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
inherit (pkgs.unstable) audacity-gtk3 helvum;
}
// optionalAttrs cfg.video.enable {
inherit (pkgs.unstable) obs-studio handbrake;
inherit (pkgs.unstable) obs-studio;
});
};
}

0 comments on commit 5de230d

Please sign in to comment.