nixos-config/home-manager/hm-settings.nix

9 lines
133 B
Nix

{ common, ... }:
{
home = {
username = common.username;
homeDirectory = common.homeDir;
stateVersion = "24.05";
};
}