nixos-config/home/default.nix

11 lines
102 B
Nix

{ ... }:
{
imports = [
./x
];
home.stateVersion = "20.09";
home.username = "alarsyo";
}