nix-infra/users/root/home.nix
2024-04-01 19:16:35 +02:00

10 lines
180 B
Nix

{ ... }: {
imports = [ ../../modules/home ];
home.stateVersion = "23.11"; # Please read the comment before changing.
home.sessionVariables = {
EDITOR = "nvim";
};
}