nix/home-mods/common/default.nix

6 lines
89 B
Nix
Raw Normal View History

2023-10-17 19:55:45 +02:00
{ config, lib, pkgs, ... }:
{
home.homeDirectory = "/home/${config.home.username}";
}