mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
8 lines
132 B
Nix
8 lines
132 B
Nix
{pkgs, ...}: {
|
|
users.users."dave.gallant".home = "/Users/dave.gallant";
|
|
imports = [
|
|
./brew.nix
|
|
./preferences.nix
|
|
];
|
|
}
|