.dotfiles/dot_config/flake/machines/wash/home.nix
2025-09-01 15:54:23 -04:00

25 lines
342 B
Nix

{...}: {
imports = [
../../home/common.nix
../../home/darkman.nix
../../home/home-backup.nix
../../home/gui.nix
../../home/gnome.nix
../../home/niri.nix
../../home/helide
];
home = {
username = "tyler";
homeDirectory = "/home/tyler";
packages = [
];
stateVersion = "23.11";
};
}