push
This commit is contained in:
@@ -57,5 +57,12 @@
|
|||||||
url = "git+https://git.bwaaa.monster/omnisearch";
|
url = "git+https://git.bwaaa.monster/omnisearch";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
minecraft = {
|
||||||
|
url = "github:Ninlives/minecraft.nix";
|
||||||
|
inputs.metadata.follows = "minecraft-metadata";
|
||||||
|
};
|
||||||
|
|
||||||
|
minecraft-metadata.url = "github:Ninlives/minecraft.json";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
# sish
|
# sish
|
||||||
vscode-server
|
vscode-server
|
||||||
gitea
|
gitea
|
||||||
|
omnisearch
|
||||||
|
|
||||||
catppuccin
|
catppuccin
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
git = 3002;
|
git = 3002;
|
||||||
monitor = 61208;
|
monitor = 61208;
|
||||||
matrix = 8008;
|
matrix = 8008;
|
||||||
omnisearch = 5000;
|
omnisearch = 8087;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
12
modules/software/gaming/minecraft.nix
Normal file
12
modules/software/gaming/minecraft.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ inputs, ... }: {
|
||||||
|
den.aspects.minecraft = {
|
||||||
|
nixos = {
|
||||||
|
imports = [
|
||||||
|
inputs.minecraft.nixosModules.default
|
||||||
|
inputs.minecraft-metadata.nixosModules.default
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user