feat: move to single-user config
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{ ... }:
|
||||
{ config, ... }:
|
||||
let
|
||||
account = config.repo.account;
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager.email =
|
||||
{
|
||||
@@ -7,7 +10,6 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
account = config.meta.user.account;
|
||||
mkOffice365Account =
|
||||
{
|
||||
address,
|
||||
|
||||
Reference in New Issue
Block a user