nix/home-mods/common/default.nix

5 lines
89 B
Nix

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