This commit is contained in:
Mateusz Słodkowicz 2025-05-23 20:38:05 +02:00
parent 371b1b1432
commit 81f6d6f06d
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
};
home.packages = [
pkgs.papirus-icon-theme
(materusArg.pkgs.polymc.wrap { withWaylandGLFW = true; extraJDKs = [ pkgs.graalvm-ce ]; })
(materusArg.pkgs.polymc.wrap { extraJDKs = [ pkgs.graalvm-ce ]; })
];
}