[NixOS] Make module splits make a lot more sense.

This commit is contained in:
2023-06-29 00:06:52 -06:00
parent 006b8d8433
commit 7ff7e8b5a2
10 changed files with 3 additions and 185 deletions

View File

@@ -1,9 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [
../base.nix
../essential-no-arm.nix
../desktop.nix
../full.nix
../kat.nix
];