Revert "refactor: cleanup and extract user config"

This reverts commit 8a14ad2ed5.
This commit is contained in:
2026-04-24 00:43:19 +02:00
parent 5e4b1fc930
commit 112fa1b006
7 changed files with 80 additions and 104 deletions
-31
View File
@@ -1,31 +0,0 @@
{
...
}:
{
meta.lib.accounts.ergon = {
realName = "Jelle Spreeuwenberg";
emails = {
personal = {
address = "mail@jelles.net";
scope = "personal";
type = "mxrouting";
};
work = {
address = "jelle.spreeuwenberg@yookr.org";
primary = true;
scope = "work";
type = "office365";
};
};
sourceControl.projectScope = "work";
};
flake.modules.homeManager.ergon-workstation =
{ pkgs, ... }:
{
home.packages = [
pkgs.rustup
pkgs.usql
];
};
}