added kaylee

This commit is contained in:
Tyler Mayoff 2025-10-03 20:01:13 -04:00
parent 48696082fd
commit bc0da065db
6 changed files with 109 additions and 5 deletions

View file

@ -0,0 +1,13 @@
{pkgs, ...}: {
imports = [
../../home/common.nix
../../home/helide
];
home = {
username = "tyler";
homeDirectory = "/home/tyler";
stateVersion = "23.11";
};
}