.dotfiles/dot_config/flake/home/wash/wash.nix
2025-02-15 10:55:48 -05:00

24 lines
343 B
Nix

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