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
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue