mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
8 lines
122 B
Nix
8 lines
122 B
Nix
{pkgs, ...}: {
|
|
imports = [../common.nix];
|
|
|
|
home = {
|
|
username = "tyler";
|
|
homeDirectory = "/home/tyler";
|
|
};
|
|
}
|