added rocket-league and prismlauncher to laptop

This commit is contained in:
Greg Leyda 2023-02-01 12:07:48 -05:00 committed by ISnortPennies
parent 67dbd4ceb8
commit c525bfa78e
3 changed files with 53 additions and 3 deletions

View file

@ -15,15 +15,19 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nvim-config = {
url = "github:ISnortPennies/nvim-config";
url = github:ISnortPennies/nvim-config;
inputs.nixpkgs.follows = "nixpkgs";
};
sxhkd-flake = {
url = "github:ISnortPennies/sxhkd-flake";
url = github:ISnortPennies/sxhkd-flake;
inputs.nixpkgs.follows = "nixpkgs";
};
fetch-rs = {
url = "github:ISnortPennies/fetch-rs";
url = github:ISnortPennies/fetch-rs;
inputs.nixpkgs.follows = "nixpkgs";
};
nix-gaming = {
url = github:fufexan/nix-gaming;
inputs.nixpkgs.follows = "nixpkgs";
};
};