users/jan: rename accounts to email_accounts
This commit is contained in:
parent
a615ab83e3
commit
2810b9eb5c
2 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
home-manager.users.jan = {
|
home-manager.users.jan = {
|
||||||
imports = [
|
imports = [
|
||||||
./accounts.secret.nix
|
./email_accounts.secret.nix
|
||||||
./git
|
./git
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -77,7 +77,6 @@
|
||||||
|
|
||||||
local.shell.enable = lib.mkDefault true;
|
local.shell.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Programs
|
# Programs
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue