14 lines
163 B
Nix
14 lines
163 B
Nix
{
|
|
|
|
imports = [
|
|
./zsh.nix
|
|
./modules/bundle.nix
|
|
];
|
|
|
|
home = {
|
|
username = "wyj";
|
|
homeDirectory = "/home/wyj";
|
|
stateVersion = "23.11";
|
|
};
|
|
}
|