This commit is contained in:
jopejoe1 2024-01-19 08:09:44 +01:00
parent bd82eb5832
commit cf9261966c
4 changed files with 101 additions and 43 deletions

View file

@ -24,15 +24,15 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
#prismlauncher = {
# url = "github:PrismLauncher/PrismLauncher";
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.flake-parts.follows = "flake-parts";
# inputs.pre-commit-hooks.follows = "pre-commit-hooks";
# inputs.flake-compat.follows = "flake-compat";
# inputs.libnbtplusplus.follows = "libnbtplusplus";
# inputs.nix-filter.follows = "nix-filter";
#};
prismlauncher = {
url = "github:PrismLauncher/PrismLauncher";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
inputs.pre-commit-hooks.follows = "pre-commit-hooks";
inputs.flake-compat.follows = "flake-compat";
inputs.libnbtplusplus.follows = "libnbtplusplus";
inputs.nix-filter.follows = "nix-filter";
};
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixos-generators = {
url = "github:nix-community/nixos-generators";
@ -43,10 +43,10 @@
url = "github:vinceliuice/Tela-icon-theme";
flake = false;
};
#openrgb = {
# url = "gitlab:CalcProgrammer1/OpenRGB";
# flake = false;
#};
openrgb = {
url = "gitlab:CalcProgrammer1/OpenRGB";
flake = false;
};
# Dependencys
flake-parts = {