.dotfiles/dot_config/flake/machines/mal/home.nix
2025-03-08 22:59:33 -05:00

11 lines
160 B
Nix

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