Merge branch 'master' of github.com:materusPL/nixos-config

This commit is contained in:
Mateusz Słodkowicz 2025-06-08 19:24:24 +02:00
commit e85eda8035
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1

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