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

@ -5,11 +5,13 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager/release-22.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
ssbm-nix.url = github:djanatyn/ssbm-nix;
};
outputs = {
nixpkgs,
home-manager,
ssbm-nix,
...
}: let
system = "x86_64-linux";
@ -59,6 +61,7 @@
inherit system;
modules = [
ssbm-nix.nixosModule
./system/gospel/configuration.nix
./common/yubikey.nix
];