add nodejs, zulu open jdk, remove modrinth for now. I'll just use prism.

This commit is contained in:
Joseph Hanson 2025-02-28 22:45:52 -06:00
parent 3300dd0480
commit 9155ae4cae
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 4 additions and 2 deletions

View file

@ -17,7 +17,9 @@ in {
fastfetch
gtk3
dconf-editor
myPkgs.modrinth-app-unwrapped
# myPkgs.modrinth-app-unwrapped
zulu # Java OpenJDK
nodejs_22
];
hardware.graphics = {

View file

@ -12,7 +12,7 @@ with lib; rec {
# Create custom package set
mkMyPkgs = pkgs: {
borgmatic = pkgs.callPackage ../../nixos/packages/borgmatic {};
modrinth-app-unwrapped = pkgs.callPackage ../../nixos/packages/modrinth {};
# modrinth-app-unwrapped = pkgs.callPackage ../../nixos/packages/modrinth {};
};
# main service builder