os/platforms/darwin/home.nix
2024-10-29 08:12:05 +01:00

8 lines
159 B
Nix

{config, lib, pkgs, inputs, os, ...}: {
home.username = "stephans";
home.homeDirectory = "/Users/stephans";
home.packages = with pkgs; [
];
}