vscode nix lsp, kittykat ssh reverse proxy, obs added, lutris removed due openldap build faliure, flake update
This commit is contained in:
parent
d6216e86c6
commit
0875e05f71
10 changed files with 189 additions and 69 deletions
|
|
@ -22,6 +22,26 @@
|
|||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
|
||||
# optional Nvidia hardware acceleration
|
||||
package = (
|
||||
pkgs.obs-studio.override {
|
||||
cudaSupport = true;
|
||||
}
|
||||
);
|
||||
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
obs-vaapi #optional AMD hardware acceleration
|
||||
obs-gstreamer
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
networking.hostName = "virgil";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue