Nix-Hyprland/home-manager/home.nix
2024-05-21 06:37:47 -04:00

14 lines
163 B
Nix

{
imports = [
./zsh.nix
./modules/bundle.nix
];
home = {
username = "wyj";
homeDirectory = "/home/wyj";
stateVersion = "23.11";
};
}