modules/nixos: remove default.nix of parent and first child dirs

these dont have a reason to exist anymore
This commit is contained in:
wo2wz 2025-10-28 19:36:32 -04:00
parent 84e739fa60
commit d543a36a3a
5 changed files with 3 additions and 43 deletions

View file

@ -1,16 +0,0 @@
{ config, ... }:
{
imports = [
./colors.nix
./console-colors.nix
./desktop.nix
./fonts.nix
./home-manager.nix
./laptop.nix
./scx.nix
./swap.nix
./yubikey.nix
./zswap.nix
];
}