.dotfiles/dot_config/flake/machines/wash/home.nix
Tyler Mayoff ad9c7413a3 cleanup
2025-06-25 17:27:59 -04:00

25 lines
345 B
Nix

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