Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
a556b5e6f672a1689714d0f81fb2c28fe4ed7663
/
.
/
modules
/
shells.nix
blob: 7c5c28ad344dd6a609b3c423c9e67b737141db80 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
config
.
environment
.
shells
=
with
pkgs
;
[
bashInteractive zsh nushell
];
}