5 lines
111 B
Nix
5 lines
111 B
Nix
|
{ ... }: {
|
||
|
imports = [ ./sessionVariables.nix ];
|
||
|
home-manager.users.adrielus.programs.zsh.enable = true;
|
||
|
}
|