dotfiles/nix/personal-macos.nix

7 lines
92 B
Nix
Raw Permalink Normal View History

2024-04-26 20:34:29 +00:00
{ config, pkgs, ... }:
{
home.username = "tine";
home.homeDirectory = "/Users/tine";
}