Setup slippi for playing melee online

Also sets up monitor to run at 120Hz and prevents sway from locking when
any window is fullscreen (kept locking while I was playing)
This commit is contained in:
Alejandro Angulo 2022-10-27 09:06:54 -07:00
parent 9890cc2870
commit ce3d7e48ac
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 130 additions and 4 deletions

View file

@ -70,6 +70,15 @@
shell = pkgs.zsh;
};
ssbm = {
overlay.enable = true;
cache.enable = true;
gcc = {
oc-kmod.enable = true;
rules.enable = true;
};
};
programs.sway = {
enable = true;
wrapperFeatures.gtk = true; # so that gtk works properly
@ -89,6 +98,9 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
slippi-netplay
slippi-playback
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
git