[SiriusA] Adds configuration. [MCP] Cleans up config file.

This commit is contained in:
2026-05-14 15:53:51 -07:00
parent 68b7915ad2
commit fe568a81b7
5 changed files with 169 additions and 10 deletions

View File

@@ -0,0 +1,18 @@
{ ... }:
{
imports = [
./configuration.nix
../../authorized-keys.nix
../../features/gc.nix
];
nixpkgs.config.allowUnfree = true;
home-manager.users.drew =
{ ... }:
{
imports = [
./drew.nix
];
};
}