Nix-Hyprland/home-manager/home.nix
2024-04-17 05:52:14 +05:00

14 lines
167 B
Nix

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