[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

@@ -6,8 +6,6 @@
{
imports = [
../full.nix
../extra.nix
../dfinity.nix
];
hardware.enableRedistributableFirmware = true;

View File

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

View File

@@ -2,9 +2,7 @@
{
imports = [
../users.nix
../full.nix
../dfinity.nix
../games.nix
../essential.nix
../desktop.nix