From 703afc527cdff36e5c669b34c164d811f631b186 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 23 Oct 2024 15:17:45 -0500 Subject: [PATCH] feat: added aliases --- config/user.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/user.nix b/config/user.nix index 8f7ccfd..0e2955b 100755 --- a/config/user.nix +++ b/config/user.nix @@ -13,7 +13,12 @@ in { user = { "${user0}" = { name = "Nick"; - alias = "BRBWaffles"; + aliases = { + name0 = "BRBWaffles"; + name1 = "brbwaffles"; + name2 = "Nutrivore"; + name3 = "nutrivore"; + }; email = { address0 = "nickjhiebert@proton.me"; address1 = "thenutrivore@proton.me"; @@ -36,16 +41,12 @@ in { email = { address0 = "staciesimonson@gmail.com"; }; - sshKeys = [ - ]; }; "${user3}" = { name = "Denise"; email = { address0 = "denisehiebert@shaw.ca"; }; - sshKeys = [ - ]; }; }; }