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

9 lines
133 B
Nix
Raw Normal View History

2024-06-24 21:53:35 +02:00
{ common, ... }:
{
home = {
username = common.username;
homeDirectory = common.homeDir;
stateVersion = "24.05";
};
}