.dotfiles/nix/local_system.nix

14 lines
145 B
Nix

{
pkgs,
config,
self,
nix-homebrew,
...
}:
{
system = {
stateVersion = 5;
};
nix-homebrew.user = "larssonmartin1998-mac";
}