dotfiles/nix/personal.nix

6 lines
95 B
Nix

{ config, pkgs, ... }:
{
home.username = "tine";
home.homeDirectory = "/var/home/tine";
}