Files
nix-config/hosts/mac-nixos/home.nix
2025-06-30 13:03:17 -05:00

8 lines
114 B
Nix
Executable File

{ pkgs, ... }:
{
home.username = "matt";
home.homeDirectory = "/home/matt";
home.stateVersion = "23.11";
}