nixos-config/home-manager/hm-settings.nix
2024-12-07 20:31:23 +01:00

9 lines
133 B
Nix

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