Nix-Hyprland/home-manager/home.nix

14 lines
163 B
Nix
Raw Normal View History

2024-04-16 20:52:14 -04:00
{
imports = [
./zsh.nix
./modules/bundle.nix
];
home = {
2024-05-21 06:37:47 -04:00
username = "wyj";
homeDirectory = "/home/wyj";
2024-04-16 20:52:14 -04:00
stateVersion = "23.11";
};
}