forked from dea/dea-files
attempts at mcsr
This commit is contained in:
parent
72b4b22594
commit
6b314f3992
10 changed files with 406 additions and 4 deletions
25
hosts/sandalphon/games.nix
Normal file
25
hosts/sandalphon/games.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./mcsr ];
|
||||
|
||||
# hardware = {
|
||||
# xone.enable = true;
|
||||
# xpadneo.enable = true;
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher # minecraft
|
||||
r2modman
|
||||
# osu-lazer-bin
|
||||
];
|
||||
|
||||
programs = {
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-pipewire-audio-capture
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue