switched to default.nix for system-config

This commit is contained in:
2025-01-12 09:23:28 -06:00
parent c3bd247e25
commit 1689da5b56
14 changed files with 105 additions and 265 deletions

8
system-config/default.nix Executable file
View File

@@ -0,0 +1,8 @@
{ config, lib, pkgs, inputs, ... }: {
imports = [
./services
./packages
./programs
];
}