dotfiles/home-nix/hwtr/default.nix

7 lines
123 B
Nix

{ config, pkgs,... }@input:
{
home.user = "hwtr";
home.homeDirectory = "/home/hwtr";
module = [./../common];
}