use mineflake, remove nixvim

This commit is contained in:
Noa Aarts 2024-05-11 19:10:35 +02:00
parent eaffd5ea6f
commit 46d8c24eee
5 changed files with 26 additions and 14 deletions

View file

@ -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 = [
];
})
];