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