mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 15:43:42 +00:00
7 lines
92 B
Nix
7 lines
92 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
home.username = "tine";
|
||
|
home.homeDirectory = "/Users/tine";
|
||
|
}
|