Move the minecraft overlay back out of the global overlays

This commit is contained in:
Jimbo 2024-10-15 22:46:06 -04:00
parent 00ab80d1b8
commit 7f5e5f2cc0
5 changed files with 9 additions and 78 deletions

View file

@ -1,4 +1,4 @@
{ agenix, lanzaboote, ... }:
{ lanzaboote, ... }:
{
imports = [
./hardware
@ -19,7 +19,6 @@
../../../modules/system/devices/networking/firewall/pc
# Imports
agenix.nixosModules.default
lanzaboote.nixosModules.lanzaboote
];