dotfiles/home-manager/charles.nix
2024-04-04 15:17:34 -04:00

8 lines
136 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [ ./common.nix ];
home.username = "dtingley";
home.homeDirectory = "/Users/dtingley";
}