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