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

This commit is contained in:
2026-05-14 15:53:51 -07:00
parent 68b7915ad2
commit 3c0445b179
6 changed files with 172 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
];
};
}