dotfiles/home-manager/charles.nix

9 lines
136 B
Nix
Raw Normal View History

2024-04-04 19:17:34 +00:00
{ config, lib, pkgs, ... }:
{
imports = [ ./common.nix ];
home.username = "dtingley";
home.homeDirectory = "/Users/dtingley";
}