separate hardware configs

This commit is contained in:
2024-10-18 18:17:47 -05:00
parent 0d98c06451
commit bdfa79cc20
10 changed files with 135 additions and 42 deletions

View File

@@ -36,7 +36,7 @@
inherit system;
specialArgs = {
inherit core_inputs;
core_inputs = (core_inputs // {inherit host;});
};
modules = [
@@ -49,13 +49,6 @@
opts = {
firstBoot = false;
inherit host username devices;
openssh.enable = true;
pipewire.enable = true;
hyprland.enable = true;
git.enable = true;
ags.enable = true;
nh.enable = true;
steam.enable = false;
};
};
#disko.enable = lib.mkForce false;