.dotfiles/dot_config/flake/machines/saffron/home.nix

16 lines
208 B
Nix

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