update and add overlay for broken openjdk8

This commit is contained in:
smayzy
2025-07-15 23:04:46 +02:00
parent f7d1929d01
commit 4dc8f7d2a5
5 changed files with 34 additions and 49 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ inputs, config, pkgs, lib, ... }:
{ inputs, config, pkgs, lib, overlays, ... }:
{
imports =
@@ -7,6 +7,8 @@
../../modules/nix/default.nix
];
nixpkgs.overlays = overlays;
users.users.smayzy = {
isNormalUser = true;
description = "smayzy";