1
Fork 0
satellite/modules/applications/shells/default.nix

8 lines
148 B
Nix
Raw Normal View History

2020-04-10 15:51:16 +02:00
{ ... }: {
imports = [ ./sessionVariables.nix ];
2020-04-12 14:09:13 +02:00
home-manager.users.adrielus.programs = {
zsh.enable = true;
fish.enable = true;
};
2020-04-10 15:51:16 +02:00
}