12 lines
217 B
Nix
12 lines
217 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ../default.nix ];
|
|
home = {
|
|
username = "sperrault";
|
|
homeDirectory = "/Users/sperrault";
|
|
|
|
sessionPath = [
|
|
"/Applications/Postgres.app/Contents/Versions/15/bin"
|
|
];
|
|
};
|
|
}
|