.dotfiles/dot_config/flake/machines/mal/home.nix
2025-04-20 14:25:56 +00:00

13 lines
189 B
Nix

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