mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
fix zap
This commit is contained in:
parent
bd82eb5832
commit
cf9261966c
4 changed files with 101 additions and 43 deletions
26
flake.nix
26
flake.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue