nix-infra/users/root/home.nix

11 lines
180 B
Nix
Raw Normal View History

2024-04-01 17:16:35 +00:00
{ ... }: {
imports = [ ../../modules/home ];
home.stateVersion = "23.11"; # Please read the comment before changing.
home.sessionVariables = {
EDITOR = "nvim";
};
}