.dotfiles/dot_config/flake/machines/wash/home.nix
2025-03-19 17:39:46 -04:00

29 lines
456 B
Nix

{pkgs, ...}: {
imports = [
../../home/stylix.nix
../../home/common.nix
../../home/darkman.nix
../../home/waybar/mechabar
../../home/sway
../../home/home-backup.nix
../../home/gui.nix
../../home/helide
];
home = {
username = "tyler";
homeDirectory = "/home/tyler";
packages = with pkgs; [
ventoy
nom
# (config.lib.nixGL.wrap renderdoc)
];
stateVersion = "23.11";
};
}