.dotfiles/dot_config/flake/machines/kaylee/home.nix
2025-10-03 20:02:36 -04:00

13 lines
189 B
Nix

{pkgs, ...}: {
imports = [
../../home/common.nix
../../home/helide
];
home = {
username = "tyler";
homeDirectory = "/home/tyler";
stateVersion = "23.11";
};
}