1
Fork 0
satellite/modules/applications/shells/default.nix
2020-04-12 15:09:13 +03:00

8 lines
148 B
Nix

{ ... }: {
imports = [ ./sessionVariables.nix ];
home-manager.users.adrielus.programs = {
zsh.enable = true;
fish.enable = true;
};
}