.dotfiles/dot_config/flake/machines/wash/home.nix
2025-02-16 09:27:21 -05:00

26 lines
423 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 = {
username = "tyler";
homeDirectory = "/home/tyler";
packages = with pkgs; [
ventoy
# (config.lib.nixGL.wrap renderdoc)
];
stateVersion = "23.11";
};
}