Hydrogen got the changes applied

This commit is contained in:
2026-07-28 02:51:16 -04:00
parent 0c6675c41b
commit 53c6bf735d
9 changed files with 61 additions and 168 deletions
+6 -3
View File
@@ -1,7 +1,10 @@
{
{ pkgs }:
let
homePrefix = if pkgs.stdenv.isDarwin then "/Users" else "/home";
in {
mbessette = {
username = "mbessette";
homeDirectory = "/home/mbessette";
homeDirectory = "${homePrefix}/mbessette";
gitName = "Matthew Bessette";
gitEmail = "blade30912@gmail.com";
_1PassKeyName = "Personal SSH Key";
@@ -9,7 +12,7 @@
};
"matthew.bessette" = {
username = "matthew.bessette";
homeDirectory = "/home/matthew.bessette";
homeDirectory = "${homePrefix}/matthew.bessette";
gitName = "Matthew Bessette";
gitEmail = "matthew.bessette@hicleo.com";
_1PassKeyName = "Cleo SSH Key";