mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 23:53:40 +00:00
7 lines
95 B
Nix
7 lines
95 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
home.username = "tine";
|
||
|
home.homeDirectory = "/var/home/tine";
|
||
|
}
|