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