.dotfiles/dot_config/flake/machines/wash/home.nix
Tyler Mayoff 282bb68316 use niri
2025-08-31 10:42:22 -04:00

26 lines
369 B
Nix

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