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