nix-infra/users/root/home.nix

11 lines
211 B
Nix
Raw Normal View History

2024-05-04 10:03:59 +00:00
{ flake, ... }: {
imports = (builtins.attrValues flake.homeManagerModules);
2024-04-01 17:16:35 +00:00
home.stateVersion = "23.11"; # Please read the comment before changing.
home.sessionVariables = {
EDITOR = "nvim";
};
}