add nodejs, zulu open jdk, remove modrinth for now. I'll just use prism.
This commit is contained in:
parent
3300dd0480
commit
9155ae4cae
2 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,9 @@ in {
|
||||||
fastfetch
|
fastfetch
|
||||||
gtk3
|
gtk3
|
||||||
dconf-editor
|
dconf-editor
|
||||||
myPkgs.modrinth-app-unwrapped
|
# myPkgs.modrinth-app-unwrapped
|
||||||
|
zulu # Java OpenJDK
|
||||||
|
nodejs_22
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
|
|
|
@ -12,7 +12,7 @@ with lib; rec {
|
||||||
# Create custom package set
|
# Create custom package set
|
||||||
mkMyPkgs = pkgs: {
|
mkMyPkgs = pkgs: {
|
||||||
borgmatic = pkgs.callPackage ../../nixos/packages/borgmatic {};
|
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
|
# main service builder
|
||||||
|
|
Loading…
Add table
Reference in a new issue