nix/home/plank.nix
2022-12-02 11:51:00 +11:00

8 lines
99 B
Nix
Executable file

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