added vintage story flake

This commit is contained in:
2026-01-28 08:25:51 -05:00
parent be6cab1ab2
commit 1f9ff31234
4 changed files with 74 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ in {
ffxiv.enable = true;
minecraft.enable = true;
aagl.anime-game-launcher.enable = true;
vintage-story.enable = true;
};
# Power management (see ../../pwrMgmt/default.nix)
@@ -196,5 +197,17 @@ in {
scheduler = "scx_bpfland";
};
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
obs-vaapi #optional AMD hardware acceleration
obs-gstreamer
obs-vkcapture
];
};
system.stateVersion = "24.11";
}