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