commit
This commit is contained in:
@@ -126,7 +126,8 @@
|
||||
];
|
||||
windowrule = [
|
||||
"suppressevent maximize, class:.*"
|
||||
"workspace 5 silent, class:^(gamescope)$"
|
||||
"workspace 5, class:^(gamescope)$"
|
||||
"fullscreen, class:^(gamescope)$"
|
||||
"immediate, class:^(gamescope)$"
|
||||
"workspace 6 silent, class:^(steam)$"
|
||||
"workspace 8 silent, class:^(vesktop)$"
|
||||
|
||||
16
nix/modules/obs/home.nix
Normal file
16
nix/modules/obs/home.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
programs = {
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
package = (
|
||||
pkgs.obs-studio.override {
|
||||
cudaSupport = true;
|
||||
}
|
||||
);
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-pipewire-audio-capture
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -29,8 +29,7 @@
|
||||
keyutils
|
||||
mangohud
|
||||
gamemode
|
||||
(gamescope.overrideAttrs { enableWsi = true; })
|
||||
|
||||
(gamescope.overrideAttrs { enableWsi = true; NIX_CFLAGS_COMPILE = ["-fno-fast-math"]; })
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user