obs
This commit is contained in:
parent
c50c81cf2f
commit
25a86056bc
1 changed files with 6 additions and 0 deletions
6
home.nix
6
home.nix
|
@ -371,6 +371,12 @@
|
||||||
mbsync = {
|
mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = [
|
||||||
|
pkgs.obs-studio-plugins.wlrobs
|
||||||
|
];
|
||||||
|
};
|
||||||
ripgrep.enable = true;
|
ripgrep.enable = true;
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue