.dotfiles/dot_config/flake/machines/wash/home.nix
Tyler 4adaac1edd
update nixos stable to unstable in prep for 25.05 (#21)
* update nixos stable to unstable in prep for 25.05

* update flake.lock
2025-04-29 22:19:08 -04:00

31 lines
485 B
Nix

{pkgs, ...}: {
imports = [
# ../../home/stylix.nix
../../home/common.nix
../../home/darkman.nix
# ../../home/waybar/mechabar
# ../../home/sway
# ../../home/hyprland
../../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";
};
}