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