nix/home/plank.nix

8 lines
99 B
Nix

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