nixos-config/home/default.nix

11 lines
102 B
Nix
Raw Normal View History

2021-04-19 13:42:29 +02:00
{ ... }:
{
2021-04-19 14:29:38 +02:00
imports = [
./x
];
2021-04-19 13:42:29 +02:00
home.stateVersion = "20.09";
home.username = "alarsyo";
}