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:
parent
9890cc2870
commit
ce3d7e48ac
4 changed files with 130 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue