making obs record on wayland

This commit is contained in:
Ivan Dimitrov 2023-07-23 13:07:31 +03:00
parent e4dba47e2f
commit dca6de930f

View File

@ -17,7 +17,6 @@
direnv
gopass
gopass-jsonapi
obs-studio
pavucontrol
];
};
@ -59,7 +58,7 @@
viAlias = true;
extraPackages = with pkgs; [
alejandra
black
black
go
gopls
libclang
@ -75,7 +74,7 @@
stylua
];
plugins = with pkgs.vimPlugins; [
null-ls-nvim
null-ls-nvim
autoclose-nvim
barbar-nvim
cmp-nvim-lsp
@ -101,7 +100,7 @@
enableAutosuggestions = true;
shellAliases = {
gad = "git add . && git diff --cached";
gac = "ga && gc";
gac = "ga && gc";
ga = "git add .";
gc = "git commit";
};
@ -127,6 +126,12 @@
eval "$(direnv hook zsh)"
'';
};
obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
];
};
};
xdg.configFile = {
"sway/config" = {