mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added rocket-league and prismlauncher to laptop
This commit is contained in:
parent
67dbd4ceb8
commit
c525bfa78e
3 changed files with 53 additions and 3 deletions
10
flake.nix
10
flake.nix
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue