use mineflake, remove nixvim
This commit is contained in:
parent
eaffd5ea6f
commit
46d8c24eee
5 changed files with 26 additions and 14 deletions
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
../../modules/hyprland.nix
|
||||
../../modules/games
|
||||
../../modules/applications
|
||||
|
|
@ -67,6 +66,13 @@
|
|||
nodejs
|
||||
opam
|
||||
localsend
|
||||
(mineflake.buildMineflakeContainer {
|
||||
package = mineflake.paper;
|
||||
command = "${jre_headless}/bin/java -Xms 128M -Xmx1G -jar {} nogui";
|
||||
plugins = with mineflake; [];
|
||||
configs = [
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue