Nix-Hyprland/home-manager/home.nix

14 lines
167 B
Nix
Raw Normal View History

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